From: Pauli Date: Fri, 16 Jul 2021 00:31:41 +0000 (+1000) Subject: config: enable ACVP test case if FIPS is enabled. X-Git-Tag: openssl-3.0.0-beta2~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3c00c7acd040f8e410fffffb5808d2f1c3ac9b9;p=thirdparty%2Fopenssl.git config: enable ACVP test case if FIPS is enabled. Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/16095) --- diff --git a/Configure b/Configure index 0ec72395dba..2264e090c5e 100755 --- a/Configure +++ b/Configure @@ -532,7 +532,6 @@ my %deprecated_disablables = ( our %disabled = ( # "what" => "comment" "fips" => "default", - "acvp-tests" => "default", "asan" => "default", "buildtest-c++" => "default", "crypto-mdebug" => "default", @@ -638,7 +637,7 @@ my @disable_cascades = ( "cmp" => [ "crmf" ], - "fips" => [ "fips-securitychecks" ], + "fips" => [ "fips-securitychecks", "acvp-tests" ], "deprecated-3.0" => [ "engine", "srp" ] );