We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7bc78c + 8c47e8d commit 202b0a1Copy full SHA for 202b0a1
1 file changed
tests/api.c
@@ -68530,8 +68530,8 @@ static int test_wrong_cs_downgrade(void)
68530
test_ctx.c_len = sizeof(test_wrong_cs_downgrade_sh);
68531
68532
ExpectIntNE(wolfSSL_connect(ssl_c), WOLFSSL_SUCCESS);
68533
- ExpectIntNE(wolfSSL_get_error(ssl_c, WOLFSSL_FATAL_ERROR),
68534
- WOLFSSL_ERROR_WANT_READ);
+ ExpectIntEQ(wolfSSL_get_error(ssl_c, WOLFSSL_FATAL_ERROR),
+ MATCH_SUITE_ERROR);
68535
68536
wolfSSL_free(ssl_c);
68537
wolfSSL_CTX_free(ctx_c);
0 commit comments