From: Matt Caswell Date: Mon, 21 Mar 2016 16:24:30 +0000 (+0000) Subject: Fix no-ts with --strict-warnings X-Git-Tag: OpenSSL_1_1_0-pre5~260 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7188f1f650e1130dbf0574c8276c0eb8cdbf0617;p=oweals%2Fopenssl.git Fix no-ts with --strict-warnings Reviewed-by: Richard Levitte --- 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 -#ifndef OPENSSL_NO_TS - +#ifdef OPENSSL_NO_TS +NON_EMPTY_TRANSLATION_UNIT +#else # include # include # include