Fix no-ts with --strict-warnings

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell
2016-03-21 16:24:30 +00:00
parent f9e5503412
commit 7188f1f650

View File

@@ -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>