aboutsummaryrefslogtreecommitdiff
path: root/crypto/cpt_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cpt_err.c')
-rw-r--r--crypto/cpt_err.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/cpt_err.c b/crypto/cpt_err.c
index 3c6e8d5..c28dcf1 100644
--- a/crypto/cpt_err.c
+++ b/crypto/cpt_err.c
@@ -42,7 +42,7 @@ static ERR_STRING_DATA CRYPTO_str_reasons[] = {
#endif
-void ERR_load_CRYPTO_strings(void)
+int ERR_load_CRYPTO_strings(void)
{
#ifndef OPENSSL_NO_ERR
@@ -51,4 +51,5 @@ void ERR_load_CRYPTO_strings(void)
ERR_load_strings(0, CRYPTO_str_reasons);
}
#endif
+ return 1;
}