]> 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>
Fri, 3 Oct 2025 17:00:26 +0000 (13:00 -0400)
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>
(Merged from https://github.com/openssl/openssl/pull/28384)

Configure

index 32657b1a56020fdaed349a44e3036d36482a20dc..1a4ed7baf603fbe6dcb406397af6a3fb0eab380b 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",