From a9c27fe19f159391aac7e591b64b44c1ea9d3642 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Thu, 18 Aug 2016 15:47:04 -0500 Subject: [PATCH] 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 --- Configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5