]> git.feebdaed.xyz Git - 0xmirror/openssl.git/commit
Remove engine.h includes for internal code.
authorMilan Broz <gmazyland@gmail.com>
Tue, 25 Nov 2025 11:03:24 +0000 (12:03 +0100)
committerNeil Horman <nhorman@openssl.org>
Thu, 4 Dec 2025 12:32:18 +0000 (07:32 -0500)
commitbf24dd887c803b53ae61fa580b17e6d233acf8a8
treebf42ca4f0d0aba53fd7447192103bf43ef8a7b02
parentdc62c97ca56ec028082a33b132071a1faa465ccf
Remove engine.h includes for internal code.

This should no be used anywhere, as typedef for ENGINE is in types.h.

Only apps should include this header for compatibility stubs.

Signed-off-by: Milan Broz <gmazyland@gmail.com>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Eugene Syromiatnikov <esyr@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)
23 files changed:
apps/include/apps.h
crypto/asn1/a_digest.c
crypto/asn1/ameth_lib.c
crypto/asn1/d2i_pr.c
crypto/conf/conf_mall.c
crypto/conf/conf_mod.c
crypto/conf/conf_sap.c
crypto/ec/ec_backend.c
crypto/ec/ec_kmeth.c
crypto/evp/digest.c
crypto/evp/evp_enc.c
crypto/evp/evp_pkey_type.c
crypto/evp/p_lib.c
crypto/evp/pmeth_lib.c
crypto/init.c
crypto/pem/pem_lib.c
crypto/pem/pem_pkey.c
crypto/rand/rand_lib.c
crypto/rand/rand_pool.c
crypto/store/store_local.h
crypto/ts/ts_conf.c
crypto/x509/x_pubkey.c
include/crypto/engine.h [deleted file]