Include the UI error strings.
authorRichard Levitte <levitte@openssl.org>
Sat, 23 Jun 2001 15:04:51 +0000 (15:04 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 23 Jun 2001 15:04:51 +0000 (15:04 +0000)
crypto/err/err_all.c

index b088de65f5f30d94f473bc6ed999653b421bc249..90029fd159faeac2000c90419323ba08ceb4c4a2 100644 (file)
@@ -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
        }