summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-12-11 10:56:12 -0500
committerRichard Levitte <levitte@openssl.org>2019-12-14 20:57:35 +0100
commit146113827135b4c646531a48f388e43add6ff871 (patch)
tree293ea418710b65b26a7c75536483bc31327961a2 /Configure
parent742ccab318b13a8779d9f9164d479b4a428a6da8 (diff)
downloadopenssl-new-146113827135b4c646531a48f388e43add6ff871.tar.gz
Deprecated crypto-mdebug-backtrace
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10572)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
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",