summaryrefslogtreecommitdiffstats
path: root/include
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 /include
parent03f03129361683ee3c5bab5aa82d7060cdfc2bea (diff)
Implement support for no-ts
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openssl/ts.h b/include/openssl/ts.h
index c5bd80a2a9..ca3969f8c5 100644
--- a/include/openssl/ts.h
+++ b/include/openssl/ts.h
@@ -60,6 +60,7 @@
# define HEADER_TS_H
# include <openssl/opensslconf.h>
+# ifndef OPENSSL_NO_TS
# include <openssl/symhacks.h>
# include <openssl/buffer.h>
# include <openssl/evp.h>
@@ -700,3 +701,4 @@ void ERR_load_TS_strings(void);
}
#endif
#endif
+#endif