diff options
Diffstat (limited to 'openssl/tools')
-rw-r--r-- | openssl/tools/c_rehash | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openssl/tools/c_rehash b/openssl/tools/c_rehash index 6a27c02..7941491 100644 --- a/openssl/tools/c_rehash +++ b/openssl/tools/c_rehash @@ -1,10 +1,10 @@ -#!/usr/bin/perl +#!/usr/bin/perl.exe # 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 = "/home/joye/SAOImageDS9/ssl"; +my $prefix = "/home/joye/SAOImageDS9"; my $openssl = $ENV{OPENSSL} || "openssl"; my $pwd; |