aboutsummaryrefslogtreecommitdiff
path: root/scripts/check-hashes.sh
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-10-29 16:36:49 +0000
committerRob Austein <sra@hactrn.net>2007-10-29 16:36:49 +0000
commitec0a07b5cdd697c6a6b7f167dedd6004759a008a (patch)
tree25a348a3c99884f323a74787f31befc3c05325d2 /scripts/check-hashes.sh
parentad6d9a46ba9a14d6cd5560ee78ba4cc1ad770ff6 (diff)
Isolate OpenSSL version number into one Makefile.
svn path=/openssl/Makefile; revision=1192
Diffstat (limited to 'scripts/check-hashes.sh')
-rw-r--r--scripts/check-hashes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-hashes.sh b/scripts/check-hashes.sh
index 1647df0c..87c140de 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.8g/apps/openssl}
+: ${openssl=/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/openssl/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}