aboutsummaryrefslogtreecommitdiff
path: root/crypto/err
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-21 18:08:57 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-31 13:32:01 +0200
commit923b1857decf4440b13b82f2aa7cf1189327d1a3 (patch)
tree6b6a6387610cdad0b7a1bdbb0b23da12ac80bc94 /crypto/err
parent4de9913b8c2a11f17258a2ad5e357046fd221360 (diff)
downloadopenssl-923b1857decf4440b13b82f2aa7cf1189327d1a3.zip
openssl-923b1857decf4440b13b82f2aa7cf1189327d1a3.tar.gz
openssl-923b1857decf4440b13b82f2aa7cf1189327d1a3.tar.bz2
Fix "no-ui" configuration
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err_all.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c
index 25f7d41..78cdd5b 100644
--- a/crypto/err/err_all.c
+++ b/crypto/err/err_all.c
@@ -133,7 +133,9 @@ void err_load_crypto_strings_intern(void)
ERR_load_ENGINE_strings();
# endif
ERR_load_OCSP_strings();
+#ifndef OPENSSL_NO_UI
ERR_load_UI_strings();
+#endif
# ifdef OPENSSL_FIPS
ERR_load_FIPS_strings();
# endif