summaryrefslogtreecommitdiffstats
path: root/source/n/openssl/openssl-1.1.0h.fix_c_rehash_quoting.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/openssl/openssl-1.1.0h.fix_c_rehash_quoting.diff')
-rw-r--r--source/n/openssl/openssl-1.1.0h.fix_c_rehash_quoting.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/n/openssl/openssl-1.1.0h.fix_c_rehash_quoting.diff b/source/n/openssl/openssl-1.1.0h.fix_c_rehash_quoting.diff
new file mode 100644
index 000000000..6a9cce8ff
--- /dev/null
+++ b/source/n/openssl/openssl-1.1.0h.fix_c_rehash_quoting.diff
@@ -0,0 +1,13 @@
+--- ./tools/c_rehash.in.orig 2018-03-27 08:50:41.000000000 -0500
++++ ./tools/c_rehash.in 2018-05-14 13:47:20.553710437 -0500
+@@ -11,8 +11,8 @@
+ # Perl c_rehash script, scan all files in a directory
+ # and add symbolic links to their hash values.
+
+-my $dir = {- quotify1($config{openssldir}) -};
+-my $prefix = {- quotify1($config{prefix}) -};
++my $dir = "{- quotify1($config{openssldir}) -}";
++my $prefix = "{- quotify1($config{prefix}) -}";
+
+ my $errorcount = 0;
+ my $openssl = $ENV{OPENSSL} || "openssl";