From 7f657f342ae81cb010d905e450c06376116a9600 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 23 Jun 2001 15:04:51 +0000 Subject: [PATCH] Include the UI error strings. --- crypto/err/err_all.c | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.25.1