summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2021-04-26 01:04:26 +0200
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2021-04-29 11:26:58 +0200
commitb2d8c7b6a380bd93d350526ddd3746f82a76a18f (patch)
tree39229948828838da8505ad0882cb53df62cef64d /Configure
parentafa0a13c1a61e075eb5949bf370f7b0c58d3b8e2 (diff)
downloadopenssl-new-b2d8c7b6a380bd93d350526ddd3746f82a76a18f.tar.gz
Configure: disable fips mode by default
Building the fips provider in addition to the default provider effectively doubles the build time. Since many users will not need fips support, it is now disabled by default. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13684)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index a449496598..83c9a6f382 100755
--- a/Configure
+++ b/Configure
@@ -512,6 +512,7 @@ my %deprecated_disablables = (
# All of the following are disabled by default:
our %disabled = ( # "what" => "comment"
+ "fips" => "default",
"asan" => "default",
"buildtest-c++" => "default",
"crypto-mdebug" => "default",