tests/utils.c and tests/api/test_dtls.c: fixes for include order, re tests/unit.h.

This commit is contained in:
Daniel Pouzzner
2025-02-14 10:57:29 -06:00
parent cfa6fbfcef
commit 690bb14203
2 changed files with 2 additions and 20 deletions

View File

@@ -19,14 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#if !defined(WOLFSSL_USER_SETTINGS) && !defined(WOLFSSL_NO_OPTIONS_H)
#include <wolfssl/options.h>
#endif
#include <wolfssl/wolfcrypt/settings.h>
#include <tests/unit.h>
#ifdef NO_INLINE
#include <wolfssl/wolfcrypt/misc.h>
@@ -38,7 +31,6 @@
#include <wolfssl/ssl.h>
#include <wolfssl/internal.h>
#include <tests/unit.h>
#include <tests/utils.h>
#include <tests/api/test_dtls.h>

View File

@@ -19,18 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#if !defined(WOLFSSL_USER_SETTINGS) && !defined(WOLFSSL_NO_OPTIONS_H)
#include <wolfssl/options.h>
#endif
#include <wolfssl/wolfcrypt/settings.h>
#include <wolfssl/wolfcrypt/settings.h>
#include <tests/utils.h>
#include <tests/unit.h>
#include <tests/utils.h>
#ifdef HAVE_MANUAL_MEMIO_TESTS_DEPENDENCIES