diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-29 16:08:39 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-29 16:08:39 +0000 |
commit | ad6d9a46ba9a14d6cd5560ee78ba4cc1ad770ff6 (patch) | |
tree | 208b82f25f3c56e3b6fc3388bb92a4eaa824601f /scripts/make-hashes.pl | |
parent | 0487907ac58a6f2f84177434091743879733304e (diff) |
OpenSSL 0.9.8f -> 0.9.8g
svn path=/openssl/Makefile; revision=1191
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 5bb22c3c..3fb2ac2e 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.8f/apps/openssl"; +my $openssl = "/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/openssl-0.9.8g/apps/openssl"; my $dir = "hashed"; my @cmds; |