The branch master has been updated via 7188f1f650e1130dbf0574c8276c0eb8cdbf0617 (commit) from f9e550341281b0d344f7a5e7ac2ace79f88a3184 (commit)
- Log ----------------------------------------------------------------- commit 7188f1f650e1130dbf0574c8276c0eb8cdbf0617 Author: Matt Caswell <m...@openssl.org> Date: Mon Mar 21 16:24:30 2016 +0000 Fix no-ts with --strict-warnings Reviewed-by: Richard Levitte <levi...@openssl.org> ----------------------------------------------------------------------- Summary of changes: apps/ts.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/ts.c b/apps/ts.c index 1872422..44e6004 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> _____ openssl-commits mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits