This commit is contained in:
Zhi Guan
2015-08-24 14:39:45 +08:00
parent 75f1c45de5
commit 8afb3ef97b
31 changed files with 4942 additions and 95 deletions

View File

@@ -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 = "/usr/local/openssl";
my $prefix = "/usr/local";
my $openssl = $ENV{OPENSSL} || "openssl";
my $pwd;