summaryrefslogtreecommitdiffstats
path: root/openssl/tools
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-05-09 21:33:31 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-05-09 21:33:31 (GMT)
commit423af0cc5eaf12162c1b934e34d3d489027e498d (patch)
tree48731f586c4bb4ed7bcd05ae2b062bcd108df272 /openssl/tools
parent1bbcadbbf51acf6737841266505cb3a230ca690f (diff)
downloadblt-423af0cc5eaf12162c1b934e34d3d489027e498d.zip
blt-423af0cc5eaf12162c1b934e34d3d489027e498d.tar.gz
blt-423af0cc5eaf12162c1b934e34d3d489027e498d.tar.bz2
minor tweak of windows install
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;