summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dso/dso_err.c')
-rw-r--r--crypto/dso/dso_err.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/dso/dso_err.c b/crypto/dso/dso_err.c
index 870c80beb0..a180580759 100644
--- a/crypto/dso/dso_err.c
+++ b/crypto/dso/dso_err.c
@@ -78,7 +78,7 @@ static ERR_STRING_DATA DSO_str_reasons[] = {
#endif
-void ERR_load_DSO_strings(void)
+int ERR_load_DSO_strings(void)
{
#ifndef OPENSSL_NO_ERR
@@ -87,4 +87,5 @@ void ERR_load_DSO_strings(void)
ERR_load_strings(0, DSO_str_reasons);
}
#endif
+ return 1;
}