diff options
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} |