diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-29 16:36:49 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-29 16:36:49 +0000 |
commit | ec0a07b5cdd697c6a6b7f167dedd6004759a008a (patch) | |
tree | 25a348a3c99884f323a74787f31befc3c05325d2 /scripts/make-hashes.pl | |
parent | ad6d9a46ba9a14d6cd5560ee78ba4cc1ad770ff6 (diff) |
Isolate OpenSSL version number into one Makefile.
svn path=/openssl/Makefile; revision=1192
Diffstat (limited to 'scripts/make-hashes.pl')
-rw-r--r-- | scripts/make-hashes.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-hashes.pl b/scripts/make-hashes.pl index 3fb2ac2e..4b58a9d0 100644 --- a/scripts/make-hashes.pl +++ b/scripts/make-hashes.pl @@ -3,7 +3,7 @@ use strict; -my $openssl = "/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/openssl-0.9.8g/apps/openssl"; +my $openssl = "/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/openssl/apps/openssl"; my $dir = "hashed"; my @cmds; |