Commit 7188f1f6 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix no-ts with --strict-warnings

parent f9e55034
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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>