mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
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:
@@ -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); */
|
||||
|
||||
Reference in New Issue
Block a user