summaryrefslogtreecommitdiffstats
path: root/crypto/async/async_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/async/async_err.c')
-rw-r--r--crypto/async/async_err.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/async/async_err.c b/crypto/async/async_err.c
index 13c41cdd28..ae97e96533 100644
--- a/crypto/async/async_err.c
+++ b/crypto/async/async_err.c
@@ -38,7 +38,7 @@ static ERR_STRING_DATA ASYNC_str_reasons[] = {
#endif
-void ERR_load_ASYNC_strings(void)
+int ERR_load_ASYNC_strings(void)
{
#ifndef OPENSSL_NO_ERR
@@ -47,4 +47,5 @@ void ERR_load_ASYNC_strings(void)
ERR_load_strings(0, ASYNC_str_reasons);
}
#endif
+ return 1;
}