From dbabc862966b9afbcc55c59cc07ab643a14ffb31 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Sun, 15 Apr 2018 12:02:25 +0200 Subject: Add a config option to disable automatic config loading ./config no-autoload-config Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5959) --- Configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Configure') diff --git a/Configure b/Configure index 99ab26f4a7..5703302f6c 100755 --- a/Configure +++ b/Configure @@ -325,6 +325,7 @@ my @disablables = ( "async", "autoalginit", "autoerrinit", + "autoload-config", "bf", "blake2", "camellia", @@ -426,7 +427,7 @@ my %deprecated_disablables = ( # All of the following are disabled by default: our %disabled = ( # "what" => "comment" - "asan" => "default", + "asan" => "default", "crypto-mdebug" => "default", "crypto-mdebug-backtrace" => "default", "devcryptoeng" => "default", -- cgit v1.2.3