Commit 8d58b05b28 for openssl.org
commit 8d58b05b2899d43f05b57a49855cfa09b842f52f
Author: Milan Broz <gmazyland@gmail.com>
Date: Tue Dec 16 11:52:47 2025 +0100
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)
diff --git a/include/openssl/engine.h b/include/openssl/engine.h
index be4d25527b..2586c2eb99 100644
--- a/include/openssl/engine.h
+++ b/include/openssl/engine.h
@@ -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); */