aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen-verify-test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gen-verify-test.pl')
-rw-r--r--scripts/gen-verify-test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-verify-test.pl b/scripts/gen-verify-test.pl
index a8868b1d..3b74c037 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/openssl-0.9.8f/apps/openssl";
+my $openssl = "/u/sra/isc/route-pki/subvert-rpki.hactrn.net/openssl/openssl-0.9.8g/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";