From: Richard Levitte Date: Sat, 23 Jun 2001 15:04:51 +0000 (+0000) Subject: Include the UI error strings. X-Git-Tag: OpenSSL_0_9_6c~182^2~86 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=7f657f342ae81cb010d905e450c06376116a9600 Include the UI error strings. --- 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 }