From: Benjamin Kaduk Date: Thu, 18 Aug 2016 20:47:04 +0000 (-0500) Subject: Sort %disabled in Configure X-Git-Tag: OpenSSL_1_1_0~137 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a9c27fe19f159391aac7e591b64b44c1ea9d3642;p=oweals%2Fopenssl.git Sort %disabled in Configure @disablables is sorted, but these were just added at the end of %disabled in commits c2e27310 and 22e3dcb7. Reviewed-by: Rich Salz Reviewed-by: Matt Caswell --- diff --git a/Configure b/Configure index 0a33fc2e41..4a7d322804 100755 --- a/Configure +++ b/Configure @@ -365,10 +365,13 @@ my %deprecated_disablables = ( our %disabled = ( # "what" => "comment" "asan" => "default", + "crypto-mdebug" => "default", + "crypto-mdebug-backtrace" => "default", "ec_nistp_64_gcc_128" => "default", "egd" => "default", "fuzz-libfuzzer" => "default", "fuzz-afl" => "default", + "heartbeats" => "default", "md2" => "default", "msan" => "default", "rc5" => "default", @@ -381,9 +384,6 @@ our %disabled = ( # "what" => "comment" "weak-ssl-ciphers" => "default", "zlib" => "default", "zlib-dynamic" => "default", - "crypto-mdebug" => "default", - "crypto-mdebug-backtrace" => "default", - "heartbeats" => "default", ); # Note: => pair form used for aesthetics, not to truly make a hash table