summaryrefslogtreecommitdiff
path: root/package/openssl/patches/patch-tools_c_rehash
diff options
context:
space:
mode:
Diffstat (limited to 'package/openssl/patches/patch-tools_c_rehash')
-rw-r--r--package/openssl/patches/patch-tools_c_rehash13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/openssl/patches/patch-tools_c_rehash b/package/openssl/patches/patch-tools_c_rehash
deleted file mode 100644
index 16acf856d..000000000
--- a/package/openssl/patches/patch-tools_c_rehash
+++ /dev/null
@@ -1,13 +0,0 @@
---- openssl-1.0.2a.orig/tools/c_rehash 2015-03-19 14:31:17.000000000 +0100
-+++ openssl-1.0.2a/tools/c_rehash 2015-04-06 10:52:37.395255700 +0200
-@@ -3,8 +3,8 @@
- # Perl c_rehash script, scan all files in a directory
- # and add symbolic links to their hash values.
-
--my $dir = "/usr/local/ssl";
--my $prefix = "/usr/local/ssl";
-+my $dir = "/etc/ssl";
-+my $prefix = "/usr";
-
- my $openssl = $ENV{OPENSSL} || "openssl";
- my $pwd;