Configure: deprecate-disable engine related options

Signed-off-by: Norbert Pocs <norbertp@openssl.org>

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29305)
This commit is contained in:
Norbert Pocs
2025-09-15 10:15:44 +02:00
committed by Neil Horman
parent a7a0576e21
commit 5e0371986a

View File

@@ -580,6 +580,14 @@ my @disablables_int = qw(
);
my %deprecated_disablables = (
"engine" => undef,
"static-engine" => undef,
"dynamic-engine" => undef,
"afalgeng" => undef,
"capieng" => undef,
"devcryptoeng" => undef,
"loadereng" => undef,
"padlockeng" => undef,
"ssl2" => undef,
"buf-freelists" => undef,
"crypto-mdebug-backtrace" => undef,
@@ -605,7 +613,6 @@ our %disabled = ( # "what" => "comment"
"demos" => "default",
"h3demo" => "default",
"hqinterop" => "default",
"devcryptoeng" => "default",
"ec_nistp_64_gcc_128" => "default",
"egd" => "default",
"external-tests" => "default",