Skip to content

Commit e3fbb24

Browse files
committed
Fix malformed DTLS comment syntax
1 parent 8f47b4b commit e3fbb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api/test_dtls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ int test_dtls_bogus_finished_epoch_zero(void)
15031503

15041504
XMEMSET(&test_ctx, 0, sizeof(test_ctx));
15051505

1506-
/* setting up dtls 1.2 contexts with psk */
1506+
/* setting up dtls 1.2 contexts */
15071507
ExpectIntEQ(test_memio_setup(&test_ctx, &ctx_c, &ctx_s, &ssl_c, &ssl_s,
15081508
wolfDTLSv1_2_client_method, wolfDTLSv1_2_server_method), 0);
15091509

0 commit comments

Comments
 (0)