From b6ff184f5ce2c7ebcc2cd63f570d1cb000fc3967 Mon Sep 17 00:00:00 2001 From: Andres AG Date: Fri, 26 Oct 2018 18:37:38 +0100 Subject: [PATCH] Ensure query_config.c includes stdio only when needed --- programs/ssl/query_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/ssl/query_config.c b/programs/ssl/query_config.c index 43da6d6da..b523b78f1 100644 --- a/programs/ssl/query_config.c +++ b/programs/ssl/query_config.c @@ -28,6 +28,7 @@ #if defined(MBEDTLS_PLATFORM_C) #include "mbedtls/platform.h" #else +#include #define mbedtls_printf printf #endif /* MBEDTLS_PLATFORM_C */ @@ -100,7 +101,6 @@ #include "mbedtls/x509_csr.h" #include "mbedtls/xtea.h" -#include #include /* Helper macros to convert a macro or its expansion into a string */