summaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ui/ui_err.c')
-rw-r--r--crypto/ui/ui_err.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/ui/ui_err.c b/crypto/ui/ui_err.c
index 03cd2bc554..ef03815ea2 100644
--- a/crypto/ui/ui_err.c
+++ b/crypto/ui/ui_err.c
@@ -48,7 +48,7 @@ static ERR_STRING_DATA UI_str_reasons[] = {
#endif
-void ERR_load_UI_strings(void)
+int ERR_load_UI_strings(void)
{
#ifndef OPENSSL_NO_ERR
@@ -57,4 +57,5 @@ void ERR_load_UI_strings(void)
ERR_load_strings(0, UI_str_reasons);
}
#endif
+ return 1;
}