Commit 9ce72b90eb for openssl.org

commit 9ce72b90eb7f0d30fc56f89f1c9432386ca84d9c
Author: Milan Broz <gmazyland@gmail.com>
Date:   Tue Dec 16 14:34:14 2025 +0100

    Remove ossl_err_load_ENGINE_strings from stubs

    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)

diff --git a/include/openssl/engine.h b/include/openssl/engine.h
index 22b41a3ebe..95dd466ee3 100644
--- a/include/openssl/engine.h
+++ b/include/openssl/engine.h
@@ -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)