fixup! Move extended master secret testing to test_tls_ext

This commit is contained in:
Juliusz Sosinowicz
2025-02-25 21:03:09 +01:00
parent f15ff6861c
commit 89e392f1e8

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>
@ -36,7 +29,6 @@
#endif
#include <wolfssl/internal.h>
#include <tests/unit.h>
#include <tests/utils.h>
#include <tests/api/test_tls_ext.h>