diff options
author | Rich Salz <rsalz@akamai.com> | 2019-12-11 16:56:12 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-12-14 20:57:35 +0100 |
commit | 146113827135b4c646531a48f388e43add6ff871 (patch) | |
tree | 293ea418710b65b26a7c75536483bc31327961a2 /Configure | |
parent | Deprecate most of debug-memory (diff) | |
download | openssl-146113827135b4c646531a48f388e43add6ff871.tar.xz openssl-146113827135b4c646531a48f388e43add6ff871.zip |
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-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |