summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorRandall S. Becker <rsbecker@nexbridge.com>2021-03-22 08:31:01 -0500
committerMatt Caswell <matt@openssl.org>2021-03-23 16:19:44 +0000
commitccdfcf07d9fb5e286f4a1f08df5e571869c88672 (patch)
tree1ae2f5a23addfd41b5927afd3af88fd574fc23a9 /Configure
parent6511f686c2c56d3ed68477981c1a3821bdc2e565 (diff)
downloadopenssl-new-ccdfcf07d9fb5e286f4a1f08df5e571869c88672.tar.gz
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)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 2 insertions, 0 deletions
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" ]
);