Skip to content

Commit

Permalink
config: enable ACVP test case if FIPS is enabled.
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from openssl#16095)
  • Loading branch information
paulidale committed Jul 17, 2021
1 parent 24f84b4 commit c3c00c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Configure
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ my %deprecated_disablables = (

our %disabled = ( # "what" => "comment"
"fips" => "default",
"acvp-tests" => "default",
"asan" => "default",
"buildtest-c++" => "default",
"crypto-mdebug" => "default",
Expand Down Expand Up @@ -638,7 +637,7 @@ my @disable_cascades = (

"cmp" => [ "crmf" ],

"fips" => [ "fips-securitychecks" ],
"fips" => [ "fips-securitychecks", "acvp-tests" ],

"deprecated-3.0" => [ "engine", "srp" ]
);
Expand Down

0 comments on commit c3c00c7

Please sign in to comment.