summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-06-23 15:04:51 +0000
committerRichard Levitte <levitte@openssl.org>2001-06-23 15:04:51 +0000
commit7f657f342ae81cb010d905e450c06376116a9600 (patch)
treebf99d42edcdb21ab687198e93a8558bc67add769 /crypto/err
parent20e8f0ee27430f46b0d26a53786e9af25366dcc9 (diff)
Include the UI error strings.
Diffstat (limited to 'crypto/err')
-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
}