From: Rich Salz Date: Wed, 11 Dec 2019 15:56:12 +0000 (-0500) Subject: Deprecated crypto-mdebug-backtrace X-Git-Tag: openssl-3.0.0-alpha1~815 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=146113827135b4c646531a48f388e43add6ff871;ds=sidebyside Deprecated crypto-mdebug-backtrace Reviewed-by: Paul Dale Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10572) --- diff --git a/Configure b/Configure index 111c43061b..7ebde1314a 100755 --- a/Configure +++ b/Configure @@ -361,7 +361,6 @@ my @disablables = ( "cms", "comp", "crypto-mdebug", - "crypto-mdebug-backtrace", "ct", "deprecated", "des", @@ -459,6 +458,7 @@ my @disablables_int = qw( my %deprecated_disablables = ( "ssl2" => undef, "buf-freelists" => undef, + "crypto-mdebug-backtrace" => undef, "hw" => "hw", # causes cascade, but no macro "hw-padlock" => "padlockeng", "ripemd" => "rmd160",