Skip to content

Commit

Permalink
fixup! Update X509 fuzzer to verify a chain
Browse files Browse the repository at this point in the history
  • Loading branch information
kroeckx committed Feb 9, 2023
1 parent 5e8ff72 commit b7f03a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recipes/99-test_fuzz_x509.t
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use OpenSSL::Test::Utils;
my $fuzzer = "x509";
setup("test_fuzz_${fuzzer}");

plan skip_all => "This test requires $fuzzer support"
plan skip_all => "This test requires ocsp support"
if disabled("ocsp");

plan tests => 2; # one more due to below require_ok(...)
Expand Down

0 comments on commit b7f03a9

Please sign in to comment.