diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-19 19:01:14 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-19 19:01:14 +0000 |
commit | 7136f6e478edde96347a97975d417afbbf97c966 (patch) | |
tree | a36b3f355420f241162c815846f237252d80d57c /scripts/make-hashes.pl | |
parent | bcf1de94540172170e3ffd3a5f8705089efb1766 (diff) |
OpenSSL 0.9.8f
svn path=/openssl/Makefile; revision=1175
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 5e80dd9d..5bb22c3c 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.8e/apps/openssl"; +my $openssl = "/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/openssl-0.9.8f/apps/openssl"; my $dir = "hashed"; my @cmds; |