Merge pull request #4673 from julek-wolfssl/should-retry-fix

Fix `test_wolfSSL_BIO_should_retry` test
This commit is contained in:
Kaleb Himes
2021-12-17 08:16:16 -07:00
committed by GitHub

View File

@ -38659,6 +38659,9 @@ static void test_wolfSSL_BIO_should_retry(void)
AssertNotNull(ctx = wolfSSL_CTX_new(wolfSSLv23_client_method()));
#ifdef OPENSSL_COMPATIBLE_DEFAULTS
AssertIntEQ(wolfSSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY), 0);
#endif
AssertIntEQ(WOLFSSL_SUCCESS,
wolfSSL_CTX_load_verify_locations(ctx, caCertFile, 0));
AssertIntEQ(WOLFSSL_SUCCESS,