Implement support for no-ts

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte
2016-03-18 20:06:29 +01:00
parent 03f0312936
commit f38526357e
5 changed files with 32 additions and 20 deletions

View File

@@ -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