From: Milan Broz Date: Tue, 16 Dec 2025 13:34:14 +0000 (+0100) Subject: Remove ossl_err_load_ENGINE_strings from stubs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ce72b90eb7f0d30fc56f89f1c9432386ca84d9c;p=thirdparty%2Fopenssl.git Remove ossl_err_load_ENGINE_strings from stubs This was an internal function and should not be here. 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 22b41a3ebed..95dd466ee3a 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)