Since we're moving between directories, let's get an absolute path to
[oweals/openssl.git] / crypto / err / err_all.c
index bfb4c1ab12ba4664698d67d8d2ed245f892693b9..9b19ad7edfe9384adb531265d18b6da216cacc5c 100644 (file)
@@ -94,6 +94,7 @@
 #include <openssl/ui.h>
 #include <openssl/ocsp.h>
 #include <openssl/err.h>
+#include <openssl/ts.h>
 
 void ERR_load_crypto_strings(void)
        {
@@ -137,6 +138,7 @@ void ERR_load_crypto_strings(void)
        ERR_load_PKCS12_strings();
        ERR_load_RAND_strings();
        ERR_load_DSO_strings();
+       ERR_load_TS_strings();
 #ifndef OPENSSL_NO_ENGINE
        ERR_load_ENGINE_strings();
 #endif