Skip to content

Commit

Permalink
fixup! Move extended master secret testing to test_tls_ext
Browse files Browse the repository at this point in the history
  • Loading branch information
julek-wolfssl committed Feb 25, 2025
1 parent 365a29f commit 2442bac
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tests/api/test_tls_ext.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -36,7 +29,6 @@
#endif

#include <wolfssl/internal.h>
#include <tests/unit.h>
#include <tests/utils.h>
#include <tests/api/test_tls_ext.h>

Expand Down

0 comments on commit 2442bac

Please sign in to comment.