We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ce5b8 commit c61f58dCopy full SHA for c61f58d
1 file changed
tests/api.c
@@ -33076,7 +33076,7 @@ static int test_dtls13_finished_send_error_propagation(void)
33076
/* Server first flight with finished */
33077
ExpectIntEQ(wolfSSL_negotiate(ssl_s), -1);
33078
ExpectIntEQ(wolfSSL_get_error(ssl_s, -1), WOLFSSL_ERROR_WANT_READ);
33079
- /* Client second flight with finished — block sends to force error */
+ /* Client second flight with finished - block sends to force error */
33080
test_ctx.s_len = TEST_MEMIO_BUF_SZ;
33081
ExpectIntEQ(wolfSSL_negotiate(ssl_c), -1);
33082
/* Verify the error is propagated, not silently swallowed as success */
0 commit comments