]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Remove ossl_err_load_ENGINE_strings from stubs
authorMilan Broz <gmazyland@gmail.com>
Tue, 16 Dec 2025 13:34:14 +0000 (14:34 +0100)
committerNeil Horman <nhorman@openssl.org>
Fri, 19 Dec 2025 14:03:42 +0000 (09:03 -0500)
This was an internal function and should not be here.

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)

include/openssl/engine.h

index 22b41a3ebed39c9a88e057b7d5448ecef19b7ba9..95dd466ee3a35cd779d7c11de7f385434412a3cc 100644 (file)
@@ -1148,9 +1148,6 @@ ENGINE_VOID_FUNC_NOARGS(ENGINE_setup_bsd_cryptodev)
  * from other headers.
  */
 
-/* int ossl_err_load_ENGINE_strings(void); */
-ENGINE_FUNC_NOARGS(int, ossl_err_load_ENGINE_strings, 1)
-
 #ifndef OPENSSL_NO_DEPRECATED_3_0
 /* int EVP_PKEY_set1_engine(EVP_PKEY *pkey, ENGINE *e); */
 ENGINE_FUNC(int, EVP_PKEY_set1_engine, (EVP_PKEY *pkey, ENGINE *e), 0)