mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 21:13:38 +08:00
config: enable ACVP test case if FIPS is enabled.
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16095)
This commit is contained in:
parent
24f84b4e4d
commit
c3c00c7acd
@ -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" ]
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user