summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-18 20:06:29 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-18 20:17:19 +0100
commitf38526357e1423ab5712586dee40c1c728af526d (patch)
tree3d439c4155faeab3d824a3f45338cfc2398cae00 /crypto/err
parent03f03129361683ee3c5bab5aa82d7060cdfc2bea (diff)
Implement support for no-ts
Reviewed-by: Rich Salz <rsalz@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 be6a30e93b..8939c085ea 100644
--- a/crypto/err/err_all.c
+++ b/crypto/err/err_all.c
@@ -142,7 +142,9 @@ void err_load_crypto_strings_intern(void)
ERR_load_PKCS12_strings();
ERR_load_RAND_strings();
ERR_load_DSO_strings();
+# ifndef OPENSSL_NO_TS
ERR_load_TS_strings();
+# endif
# ifndef OPENSSL_NO_ENGINE
ERR_load_ENGINE_strings();
# endif