Fix typo in engine.h stub

Signed-off-by: Milan Broz <gmazyland@gmail.com>

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29414)
This commit is contained in:
Milan Broz
2025-12-16 11:52:47 +01:00
committed by Neil Horman
parent eea8db4124
commit 8d58b05b28

View File

@@ -474,7 +474,7 @@ ENGINE_FUNC(int, ENGINE_register_EC, (ENGINE *e), 0)
/* OSSL_DEPRECATEDIN_3_0 void ENGINE_unregister_EC(ENGINE *e); */
ENGINE_VOID_FUNC(ENGINE_unregister_EC, (ENGINE *e))
/* OSSL_DEPRECATEDIN_3_0 void ENGINE_register_all_EC(void); */
ENGINE_VOID_FUNC_NOARGS(ENGINE_unregister_all_EC)
ENGINE_VOID_FUNC_NOARGS(ENGINE_register_all_EC)
/* OSSL_DEPRECATEDIN_3_0 int ENGINE_register_DH(ENGINE *e); */
ENGINE_FUNC(int, ENGINE_register_DH, (ENGINE *e), 0)
/* OSSL_DEPRECATEDIN_3_0 void ENGINE_unregister_DH(ENGINE *e); */