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) --- crypto/ct/ct_err.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/ct/ct_err.c') diff --git a/crypto/ct/ct_err.c b/crypto/ct/ct_err.c index d067b713c1..810b3f5070 100644 --- a/crypto/ct/ct_err.c +++ b/crypto/ct/ct_err.c @@ -48,7 +48,7 @@ static const ERR_STRING_DATA CT_str_reasons[] = { # endif -int err_load_CT_strings_int(void) +int ossl_err_load_CT_strings(void) { # ifndef OPENSSL_NO_ERR if (ERR_reason_error_string(CT_str_reasons[0].error) == NULL) -- cgit v1.2.3