mirror of https://github.com/wolfSSL/wolfssl.git
Remove references to config.h from test headers
parent
1329543b62
commit
5fbe319ce9
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue