[openssl/openssl] 5aaa34: Drop explicit check for engines in opt_legacy_okay
Simo Sorce
noreply at github.com
Wed Nov 16 16:08:09 UTC 2022
Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: 5aaa3458e5d21898cec119f80ffec0b0023ce9c9
https://github.com/openssl/openssl/commit/5aaa3458e5d21898cec119f80ffec0b0023ce9c9
Author: Simo Sorce <simo at redhat.com>
Date: 2022-11-16 (Wed, 16 Nov 2022)
Changed paths:
M apps/lib/apps.c
A test/recipes/20-test_legacy_okay.t
Log Message:
-----------
Drop explicit check for engines in opt_legacy_okay
The providers indication should always indicate that this is not a
legacy request.
This makes a check for engines redundant as the default return is that
legacy is ok if there are no explicit providers.
Fixes #19662
Signed-off-by: Simo Sorce <simo at redhat.com>
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19671)
(cherry picked from commit 2fea56832780248af2aba2e4433ece2d18428515)
More information about the openssl-commits
mailing list