diff options
author | Rob Austein <sra@hactrn.net> | 2007-06-07 02:37:32 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-06-07 02:37:32 +0000 |
commit | 5dadf34209c288b8fffba1016e6a3c9446381153 (patch) | |
tree | 2ec36232cafd0da10fffda780f08a43c97d70aad /scripts/check-hashes.sh | |
parent | 6fcf9830cfea5236faf42cc3437ed4bed06c16de (diff) |
Replace hacked OpenSSL code with OpenSSL 0.9.8e distribution.
svn path=/openssl/Makefile; revision=659
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 eac81f11..750b39b5 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/trunk/apps/openssl} +: ${openssl=/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/openssl-0.9.8e/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} |