From b2d8c7b6a380bd93d350526ddd3746f82a76a18f Mon Sep 17 00:00:00 2001 From: "Dr. Matthias St. Pierre" Date: Mon, 26 Apr 2021 01:04:26 +0200 Subject: 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) --- Configure | 1 + 1 file changed, 1 insertion(+) (limited to 'Configure') 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", -- cgit v1.2.1