Skip to content

Commit c61f58d

Browse files
change character type in comments
1 parent d3ce5b8 commit c61f58d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33076,7 +33076,7 @@ static int test_dtls13_finished_send_error_propagation(void)
3307633076
/* Server first flight with finished */
3307733077
ExpectIntEQ(wolfSSL_negotiate(ssl_s), -1);
3307833078
ExpectIntEQ(wolfSSL_get_error(ssl_s, -1), WOLFSSL_ERROR_WANT_READ);
33079-
/* Client second flight with finished block sends to force error */
33079+
/* Client second flight with finished - block sends to force error */
3308033080
test_ctx.s_len = TEST_MEMIO_BUF_SZ;
3308133081
ExpectIntEQ(wolfSSL_negotiate(ssl_c), -1);
3308233082
/* Verify the error is propagated, not silently swallowed as success */

0 commit comments

Comments
 (0)