diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/check-hashes.sh | 2 | ||||
-rw-r--r-- | scripts/gen-verify-test.pl | 2 | ||||
-rw-r--r-- | scripts/generate-testrepo.pl | 2 | ||||
-rw-r--r-- | scripts/make-hashes.pl | 2 | ||||
-rw-r--r-- | scripts/rcynic-prototype.pl | 2 |
5 files changed, 5 insertions, 5 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} diff --git a/scripts/gen-verify-test.pl b/scripts/gen-verify-test.pl index dbfc572a..935af697 100644 --- a/scripts/gen-verify-test.pl +++ b/scripts/gen-verify-test.pl @@ -5,7 +5,7 @@ eval 'exec perl -w -S $0 ${1+"$@"}' use strict; -my $openssl = "/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/trunk/apps/openssl"; +my $openssl = "/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/openssl-0.9.8e/apps/openssl"; my $verify_options = "-verbose -crl_check_all -policy_check -explicit_policy -policy 1.3.6.1.5.5.7.14.2 -x509_strict"; diff --git a/scripts/generate-testrepo.pl b/scripts/generate-testrepo.pl index 7b6e222d..1e05ca9b 100644 --- a/scripts/generate-testrepo.pl +++ b/scripts/generate-testrepo.pl @@ -9,7 +9,7 @@ my %parent; my @ordering; my %hashes; -my $openssl = "../../openssl/trunk/apps/openssl"; +my $openssl = "../../openssl/openssl-0.9.8e/apps/openssl"; my $subdir = "apacheca"; my $passwd = "fnord"; my $keybits = 2048; diff --git a/scripts/make-hashes.pl b/scripts/make-hashes.pl index 7393583c..5e80dd9d 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/trunk/apps/openssl"; +my $openssl = "/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/openssl-0.9.8e/apps/openssl"; my $dir = "hashed"; my @cmds; diff --git a/scripts/rcynic-prototype.pl b/scripts/rcynic-prototype.pl index e8fab282..0b3ec695 100644 --- a/scripts/rcynic-prototype.pl +++ b/scripts/rcynic-prototype.pl @@ -9,7 +9,7 @@ use strict; -my $openssl = "../openssl/trunk/apps/openssl"; +my $openssl = "../openssl/openssl-0.9.8e/apps/openssl"; my $trust_anchor_tree = "rcynic-trust-anchors"; |