Skip to content

Commit b32c1aa

Browse files
committed
fixup! Add message order sanity checks
1 parent 10365d6 commit b32c1aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api/test_tls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ int test_utils_memio_move_message(void)
4343
XMEMSET(&test_ctx, 0, sizeof(test_ctx));
4444

4545
ExpectIntEQ(test_memio_setup(&test_ctx, &ctx_c, &ctx_s, &ssl_c, &ssl_s,
46-
wolfTLSv1_2_client_method, wolfTLSv1_2_server_method), 0);
46+
wolfTLS_client_method, wolfTLS_server_method), 0);
4747
wolfSSL_set_verify(ssl_s, WOLFSSL_VERIFY_PEER, NULL);
4848
ExpectIntEQ(wolfSSL_clear_group_messages(ssl_s), 1);
4949
/* start handshake, send first ClientHello */

0 commit comments

Comments
 (0)