From 910b71cf47266233fcb0a46d3e742e1a0834069f Mon Sep 17 00:00:00 2001 From: Pauli Date: Thu, 25 Jun 2020 10:36:29 +1000 Subject: deprecate engines in 3.0 Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/12226) --- Configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Configure') diff --git a/Configure b/Configure index c9b5c59726..eeb88f6618 100755 --- a/Configure +++ b/Configure @@ -600,9 +600,8 @@ my @disable_cascades = ( "cmp" => [ "crmf" ], - # Padlock engine uses low-level AES APIs which are deprecated sub { $disabled{"deprecated-3.0"} } - => [ "padlockeng" ] + => [ "engine" ] ); # Avoid protocol support holes. Also disable all versions below N, if version -- cgit v1.2.1