From: Milan Broz Date: Tue, 16 Dec 2025 10:52:47 +0000 (+0100) Subject: Fix typo in engine.h stub X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d58b05b2899d43f05b57a49855cfa09b842f52f;p=thirdparty%2Fopenssl.git Fix typo in engine.h stub Signed-off-by: Milan Broz Reviewed-by: Matt Caswell Reviewed-by: Norbert Pocs Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/29414) --- diff --git a/include/openssl/engine.h b/include/openssl/engine.h index be4d25527b8..2586c2eb991 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); */