]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Configure: deprecate-disable engine related options
authorNorbert Pocs <norbertp@openssl.org>
Mon, 15 Sep 2025 08:15:44 +0000 (10:15 +0200)
committerNeil Horman <nhorman@openssl.org>
Thu, 4 Dec 2025 12:31:06 +0000 (07:31 -0500)
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)

Configure

index 7481af7d0fe936372ccf0a6eb48ff30ccf3c3df6..37cc8f21635821840a03e71b37cab8b74693d060 100755 (executable)
--- 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",