summaryrefslogtreecommitdiff
path: root/package/openssl/patches/patch-tools_c_rehash
blob: 16acf856d90b00fab117a3a8b0e179bb68e1242f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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;