Disable fips-securitychecks if no-fips is configured.

Fixes: #14629

Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14634)
This commit is contained in:
Randall S. Becker 2021-03-22 08:31:01 -05:00 committed by Matt Caswell
parent 6511f686c2
commit ccdfcf07d9
1 changed files with 2 additions and 0 deletions

View File

@ -617,6 +617,8 @@ my @disable_cascades = (
"cmp" => [ "crmf" ],
"fips" => [ "fips-securitychecks" ],
"deprecated-3.0" => [ "engine", "srp" ]
);