From: Dr. Matthias St. Pierre Date: Sun, 25 Apr 2021 23:04:26 +0000 (+0200) Subject: Configure: disable fips mode by default X-Git-Tag: openssl-3.0.0-alpha16~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2d8c7b6a380bd93d350526ddd3746f82a76a18f;p=thirdparty%2Fopenssl.git 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 (Merged from https://github.com/openssl/openssl/pull/13684) --- diff --git a/Configure b/Configure index a4494965989..83c9a6f3820 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",