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/check-hashes.sh | |
parent | 0487907ac58a6f2f84177434091743879733304e (diff) |
OpenSSL 0.9.8f -> 0.9.8g
svn path=/openssl/Makefile; revision=1191
Diffstat (limited to 'scripts/check-hashes.sh')
-rw-r--r-- | scripts/check-hashes.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-hashes.sh b/scripts/check-hashes.sh index d689cded..1647df0c 100644 --- a/scripts/check-hashes.sh +++ b/scripts/check-hashes.sh @@ -1,7 +1,7 @@ #!/bin/sh - # $Id$ -: ${openssl=/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/openssl-0.9.8f/apps/openssl} +: ${openssl=/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/openssl-0.9.8g/apps/openssl} : ${switches='-verbose -crl_check_all -policy_check -explicit_policy -policy 1.3.6.1.5.5.7.14.2 -x509_strict'} : ${hashtree=hashed} |