summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/ts.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/ts.c b/apps/ts.c
index 1872422468..44e6004c78 100644
--- a/apps/ts.c
+++ b/apps/ts.c
@@ -57,8 +57,9 @@
*/
#include <openssl/opensslconf.h>
-#ifndef OPENSSL_NO_TS
-
+#ifdef OPENSSL_NO_TS
+NON_EMPTY_TRANSLATION_UNIT
+#else
# include <stdio.h>
# include <stdlib.h>
# include <string.h>