mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
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:
committed by
Neil Horman
parent
a7a0576e21
commit
5e0371986a
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user