From b93f6c2db94f736b497ff31a793c1e6766eaf209 Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 25 May 2021 12:04:22 +1000 Subject: err: rename err_load_xxx_strings_int functions The new names are ossl_err_load_xxx_strings. Reviewed-by: Tomas Mraz Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/15446) --- include/crypto/uierr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/crypto/uierr.h') diff --git a/include/crypto/uierr.h b/include/crypto/uierr.h index 83a6df1a26..07744f9c32 100644 --- a/include/crypto/uierr.h +++ b/include/crypto/uierr.h @@ -19,7 +19,7 @@ extern "C" { # endif -int err_load_UI_strings_int(void); +int ossl_err_load_UI_strings(void); # ifdef __cplusplus } -- cgit v1.2.1