aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/err/err_all.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c
index b088de65f5..90029fd159 100644
--- a/crypto/err/err_all.c
+++ b/crypto/err/err_all.c
@@ -124,5 +124,6 @@ void ERR_load_crypto_strings(void)
ERR_load_DSO_strings();
ERR_load_ENGINE_strings();
ERR_load_OCSP_strings();
+ ERR_load_UI_strings();
#endif
}