We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2ca8d commit 577cce6Copy full SHA for 577cce6
1 file changed
tests/api.c
@@ -81186,7 +81186,7 @@ static int test_extra_alerts_bad_psk(void)
81186
}
81187
#endif
81188
81189
-#ifdef OPENSSL_EXTRA
+#if defined(OPENSSL_EXTRA) && defined(HAVE_MANUAL_MEMIO_TESTS_DEPENDENCIES) && !defined(WOLFSSL_NO_TLS12)
81190
/*
81191
* Emulates wolfSSL_shutdown that goes on EAGAIN,
81192
* by returning on output WOLFSSL_ERROR_WANT_WRITE.*/
0 commit comments