]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps: Remove opt_legacy_okay function
authorNorbert Pocs <norbertp@openssl.org>
Thu, 13 Nov 2025 14:53:28 +0000 (15:53 +0100)
committerNeil Horman <nhorman@openssl.org>
Thu, 4 Dec 2025 12:32:18 +0000 (07:32 -0500)
commit4e96426a8d857a13e09a213d72c1f59cf46ee813
tree0ae801de2c899fbcf9b7afa0c10bb92885d01c08
parentf2ed7652e3c4318c20a768dafef853484e86457d
apps: Remove opt_legacy_okay function

The function used to check for ENGINEs to determine if a legacy code
path is available, but it makes no sense to keep it after the ENGINE
removal, as the legacy path will always fail.

Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29305)
apps/include/opt.h
apps/lib/apps.c
apps/lib/opt.c
doc/internal/man3/OPTIONS.pod
test/testutil/apps_shims.c