summaryrefslogtreecommitdiff
path: root/crypto/x509/v3err.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/v3err.c')
-rw-r--r--crypto/x509/v3err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/v3err.c b/crypto/x509/v3err.c
index 18eb9917cb..985d7be7dc 100644
--- a/crypto/x509/v3err.c
+++ b/crypto/x509/v3err.c
@@ -137,7 +137,7 @@ static const ERR_STRING_DATA X509V3_str_reasons[] = {
#endif
-int err_load_X509V3_strings_int(void)
+int ossl_err_load_X509V3_strings(void)
{
#ifndef OPENSSL_NO_ERR
if (ERR_reason_error_string(X509V3_str_reasons[0].error) == NULL)