summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3err.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509v3/v3err.c')
-rw-r--r--crypto/x509v3/v3err.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/x509v3/v3err.c b/crypto/x509v3/v3err.c
index 1f838bc018..5d79c8c6ca 100644
--- a/crypto/x509v3/v3err.c
+++ b/crypto/x509v3/v3err.c
@@ -174,7 +174,7 @@ static ERR_STRING_DATA X509V3_str_reasons[] = {
#endif
-void ERR_load_X509V3_strings(void)
+int ERR_load_X509V3_strings(void)
{
#ifndef OPENSSL_NO_ERR
@@ -183,4 +183,5 @@ void ERR_load_X509V3_strings(void)
ERR_load_strings(0, X509V3_str_reasons);
}
#endif
+ return 1;
}