Fix no-ts with --strict-warnings
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
@@ -57,8 +57,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <openssl/opensslconf.h>
|
#include <openssl/opensslconf.h>
|
||||||
#ifndef OPENSSL_NO_TS
|
#ifdef OPENSSL_NO_TS
|
||||||
|
NON_EMPTY_TRANSLATION_UNIT
|
||||||
|
#else
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
# include <string.h>
|
# include <string.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user