[openssl] master update
dev at ddvo.net
dev at ddvo.net
Tue May 11 19:25:30 UTC 2021
The branch master has been updated
via c6b72390721622bad4815e912f005e7add940e92 (commit)
from c7978e506b2d1300accd9e696656f9cc94196e6d (commit)
- Log -----------------------------------------------------------------
commit c6b72390721622bad4815e912f005e7add940e92
Author: Dr. David von Oheimb <David.von.Oheimb at siemens.com>
Date: Mon May 10 16:27:13 2021 +0200
80-test_cmp_http.t: Improve fuzzing exclusion pattern - fixup!
This now correctly fixes #14966.
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15217)
-----------------------------------------------------------------------
Summary of changes:
test/recipes/80-test_cmp_http.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/recipes/80-test_cmp_http.t b/test/recipes/80-test_cmp_http.t
index 5b9796e6ee..7bb720a823 100644
--- a/test/recipes/80-test_cmp_http.t
+++ b/test/recipes/80-test_cmp_http.t
@@ -22,7 +22,7 @@ use lib srctop_dir('Configurations');
use lib bldtop_dir('.');
plan skip_all => "These tests are not supported in a fuzz build"
- if config('options') =~ /-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION|fuzz-afl/;
+ if config('options') =~ /-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION|enable-fuzz-afl/;
plan skip_all => "These tests are not supported in a no-cmp build"
if disabled("cmp");
More information about the openssl-commits
mailing list