Skip to content

Commit

Permalink
defined(HAVE_MANUAL_MEMIO_TESTS_DEPENDENCIES) && !defined(WOLFSSL_NO_…
Browse files Browse the repository at this point in the history
…TLS12)
  • Loading branch information
gasbytes committed Aug 22, 2024
1 parent 7d2ca8d commit 577cce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -81186,7 +81186,7 @@ static int test_extra_alerts_bad_psk(void)
}
#endif

#ifdef OPENSSL_EXTRA
#if defined(OPENSSL_EXTRA) && defined(HAVE_MANUAL_MEMIO_TESTS_DEPENDENCIES) && !defined(WOLFSSL_NO_TLS12)
/*
* Emulates wolfSSL_shutdown that goes on EAGAIN,
* by returning on output WOLFSSL_ERROR_WANT_WRITE.*/
Expand Down

0 comments on commit 577cce6

Please sign in to comment.