Include the UI error strings.

This commit is contained in:
Richard Levitte 2001-06-23 15:04:51 +00:00
parent 20e8f0ee27
commit 7f657f342a

View 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
}