From: Pauli Date: Thu, 25 Jun 2020 00:36:29 +0000 (+1000) Subject: deprecate engines in 3.0 X-Git-Tag: openssl-3.0.0-alpha5~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=910b71cf47266233fcb0a46d3e742e1a0834069f;p=thirdparty%2Fopenssl.git deprecate engines in 3.0 Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/12226) --- diff --git a/Configure b/Configure index c9b5c59726a..eeb88f6618a 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