]> git.feebdaed.xyz Git - 0xmirror/openssl.git/commit
Remove crypto-mdebug-backtrace option from config
authorNeil Horman <nhorman@openssl.org>
Thu, 11 Dec 2025 15:31:32 +0000 (10:31 -0500)
committerNeil Horman <nhorman@openssl.org>
Sat, 13 Dec 2025 00:34:54 +0000 (19:34 -0500)
commit5ba513fadd231c16dbe21d82e07837d0f8f856e3
tree3a79ca2b7a04d3d425e7b3b78769c8b6d1fc4c55
parent3a6b9eb0559ef307bca177a84ba9f6b8983403a4
Remove crypto-mdebug-backtrace option from config

We still build with crypto-mdebug-backtrace enabled in a few ci jobs,
but it does nothing.

With the upcoming merge of feature/removesslv3, the code changes there
prevent the use of this option (i.e. enabling it results in
configuration failure).

It seems the most sensible thing to do here, given we have a major
release is to eliminate the option entirely, as it hasn't done anything
since 1.0.2.

Fixes openssl/project#1763

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29380)
.github/workflows/run-checker-daily.yml
CHANGES.md
Configure
INSTALL.md
NEWS.md