summaryrefslogtreecommitdiffstats
path: root/openssl/tools
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-05-02 16:36:20 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-05-02 16:36:20 (GMT)
commite9abe0dba896d2b0fc22301588336e89ff246ba7 (patch)
treef1a16d816b7e9f353cc5c79a96feb3be18a4c5e5 /openssl/tools
parentac927d928e211754563af7967b5b4069a13c564e (diff)
downloadblt-e9abe0dba896d2b0fc22301588336e89ff246ba7.zip
blt-e9abe0dba896d2b0fc22301588336e89ff246ba7.tar.gz
blt-e9abe0dba896d2b0fc22301588336e89ff246ba7.tar.bz2
cleanup
Diffstat (limited to 'openssl/tools')
-rw-r--r--openssl/tools/c_rehash6
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;