Skip to content

Commit 89e392f

Browse files
committed
fixup! Move extended master secret testing to test_tls_ext
1 parent f15ff68 commit 89e392f

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

tests/api/test_tls_ext.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,7 @@
1919
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
2020
*/
2121

22-
#ifdef HAVE_CONFIG_H
23-
#include <config.h>
24-
#endif
25-
26-
#if !defined(WOLFSSL_USER_SETTINGS) && !defined(WOLFSSL_NO_OPTIONS_H)
27-
#include <wolfssl/options.h>
28-
#endif
29-
#include <wolfssl/wolfcrypt/settings.h>
22+
#include <tests/unit.h>
3023

3124
#ifdef NO_INLINE
3225
#include <wolfssl/wolfcrypt/misc.h>
@@ -36,7 +29,6 @@
3629
#endif
3730

3831
#include <wolfssl/internal.h>
39-
#include <tests/unit.h>
4032
#include <tests/utils.h>
4133
#include <tests/api/test_tls_ext.h>
4234

0 commit comments

Comments
 (0)