Disable fips-securitychecks if no-fips is configured.
authorRandall S. Becker <rsbecker@nexbridge.com>
Mon, 22 Mar 2021 13:31:01 +0000 (08:31 -0500)
committerMatt Caswell <matt@openssl.org>
Tue, 23 Mar 2021 16:19:44 +0000 (16:19 +0000)
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)

Configure

index 10a988e6a3e1c926cddd79f23b38c0154fd7ee3b..64d809258d0b3023e76c6d46d27a0036b447febd 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -617,6 +617,8 @@ my @disable_cascades = (
 
     "cmp"               => [ "crmf" ],
 
+    "fips"              => [ "fips-securitychecks" ],
+
     "deprecated-3.0"    => [ "engine", "srp" ]
     );