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)
This commit is contained in:
Dr. Matthias St. Pierre 2021-04-26 01:04:26 +02:00
parent afa0a13c1a
commit b2d8c7b6a3
1 changed files with 1 additions and 0 deletions

View File

@ -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",