]> git.feebdaed.xyz Git - 0xmirror/openssl.git/commit
Remove OPENSSL_NO_DYNAMIC_ENGINE
authorNorbert Pocs <norbertp@openssl.org>
Tue, 2 Sep 2025 07:19:30 +0000 (09:19 +0200)
committerNeil Horman <nhorman@openssl.org>
Thu, 4 Dec 2025 12:31:06 +0000 (07:31 -0500)
commiteda9285a441f931cc483c58a92e6c7e8a63ae6ae
tree1579b6930da74b6ae72fb4c2c7c2d2a17bcbb188
parent255a169aeb9eb23d551db6af4a68d9314f846a2a
Remove OPENSSL_NO_DYNAMIC_ENGINE

Most of the ifdefs were removed, but we want to rewrite the dasync
engine to a provider. Therefore that code was not removed; instead a new
temporary macro was added named TODO_REWRITE_ME_DASYNC_PROVIDER.

Resolves: https://github.com/openssl/project/issues/1363

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>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29305)
Configure
engines/e_afalg.c
engines/e_capi.c
engines/e_dasync.c
engines/e_devcrypto.c
engines/e_ossltest.c
engines/e_padlock.c
test/evp_extra_test.c
test/helpers/ssltestlib.c
test/sslapitest.c
test/sslbuffertest.c