From ccdfcf07d9fb5e286f4a1f08df5e571869c88672 Mon Sep 17 00:00:00 2001 From: "Randall S. Becker" Date: Mon, 22 Mar 2021 08:31:01 -0500 Subject: Disable fips-securitychecks if no-fips is configured. Fixes: #14629 Signed-off-by: Randall S. Becker Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/14634) --- Configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Configure') diff --git a/Configure b/Configure index 10a988e6a3..64d809258d 100755 --- a/Configure +++ b/Configure @@ -617,6 +617,8 @@ my @disable_cascades = ( "cmp" => [ "crmf" ], + "fips" => [ "fips-securitychecks" ], + "deprecated-3.0" => [ "engine", "srp" ] ); -- cgit v1.2.1