From: Norbert Pocs Date: Mon, 15 Sep 2025 08:15:44 +0000 (+0200) Subject: Configure: deprecate-disable engine related options X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f67ac3e9413f422db038b40c572ff8580aba03a6;p=thirdparty%2Fopenssl.git Configure: deprecate-disable engine related options Signed-off-by: Norbert Pocs Reviewed-by: Matt Caswell Reviewed-by: Saša Nedvědický Reviewed-by: Neil Horman Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/28384) --- diff --git a/Configure b/Configure index 7481af7d0fe..37cc8f21635 100755 --- a/Configure +++ b/Configure @@ -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",