diff options
| -rw-r--r-- | package/openswan/patches/110-scripts.patch | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openswan/patches/110-scripts.patch b/package/openswan/patches/110-scripts.patch index ed8eba92c..cf02d7e55 100644 --- a/package/openswan/patches/110-scripts.patch +++ b/package/openswan/patches/110-scripts.patch @@ -125,7 +125,7 @@ diff -urN openswan.old/programs/showhostkey/showhostkey.in openswan.dev/programs   		x = "[^ \t]+"   		oc = "(#.*)?"  -		suffix = ":" os "[rR][sS][aA]" os "{" os oc "$" -+		suffix = ":" os "[rR][sS][aA]" os "\0173" os oc "$" ++		suffix = ":" os "[rR][sS][aA]" os "[{]" os oc "$"   		if (id == "") {   			pat = "^" suffix   			printid = "default"  | 
