summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-25 12:04:22 +1000
committerPauli <pauli@openssl.org>2021-05-26 13:01:47 +1000
commitb93f6c2db94f736b497ff31a793c1e6766eaf209 (patch)
tree769caa7724a0e67758b80f01350701365f396a56 /crypto/pkcs12
parent9080ed2175532df8ecee4a2de9979037133d2601 (diff)
err: rename err_load_xxx_strings_int functions
The new names are ossl_err_load_xxx_strings. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15446)
Diffstat (limited to 'crypto/pkcs12')
-rw-r--r--crypto/pkcs12/pk12err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs12/pk12err.c b/crypto/pkcs12/pk12err.c
index 9899e272c1..bcd950626d 100644
--- a/crypto/pkcs12/pk12err.c
+++ b/crypto/pkcs12/pk12err.c
@@ -51,7 +51,7 @@ static const ERR_STRING_DATA PKCS12_str_reasons[] = {
#endif
-int err_load_PKCS12_strings_int(void)
+int ossl_err_load_PKCS12_strings(void)
{
#ifndef OPENSSL_NO_ERR
if (ERR_reason_error_string(PKCS12_str_reasons[0].error) == NULL)