summaryrefslogtreecommitdiffstats
path: root/crypto/comp/comp_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/comp/comp_err.c')
-rw-r--r--crypto/comp/comp_err.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/comp/comp_err.c b/crypto/comp/comp_err.c
index 0233e940f6..8e2e69568d 100644
--- a/crypto/comp/comp_err.c
+++ b/crypto/comp/comp_err.c
@@ -35,7 +35,7 @@ static ERR_STRING_DATA COMP_str_reasons[] = {
#endif
-void ERR_load_COMP_strings(void)
+int ERR_load_COMP_strings(void)
{
#ifndef OPENSSL_NO_ERR
@@ -44,4 +44,5 @@ void ERR_load_COMP_strings(void)
ERR_load_strings(0, COMP_str_reasons);
}
#endif
+ return 1;
}