Remove references to config.h from test headers

pull/6594/head
Lealem Amedie 2023-07-11 10:26:19 -06:00
parent 1329543b62
commit 5fbe319ce9
3 changed files with 3 additions and 7 deletions

View File

@ -34729,7 +34729,8 @@ static int test_wolfSSL_Tls13_Key_Logging_test(void)
#endif /* OPENSSL_EXTRA && HAVE_SECRET_CALLBACK && WOLFSSL_TLS13 */
return EXPECT_RESULT();
}
#if defined(WOLFSSL_TLS13) && defined(HAVE_ECH)
#if defined(WOLFSSL_TLS13) && defined(HAVE_ECH) && \
defined(HAVE_IO_TESTS_DEPENDENCIES)
static int test_wolfSSL_Tls13_ECH_params(void)
{
EXPECT_DECLS;

View File

@ -35,9 +35,6 @@
typedef sword32 wc_test_ret_t;
#endif
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <wolfssl/wolfcrypt/settings.h>
#ifdef HAVE_STACK_SIZE

View File

@ -28,10 +28,8 @@
#ifndef wolfSSL_TEST_H
#define wolfSSL_TEST_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <wolfssl/wolfcrypt/settings.h>
#include <wolfssl/wolfcrypt/wc_port.h>
#ifdef FUSION_RTOS
#include <fclstdio.h>