mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Fix NO_BIO build error
This commit is contained in:
@ -66211,11 +66211,13 @@ TEST_CASE testCases[] = {
|
|||||||
TEST_DECL(test_wolfSSL_dtls_stateless),
|
TEST_DECL(test_wolfSSL_dtls_stateless),
|
||||||
TEST_DECL(test_generate_cookie),
|
TEST_DECL(test_generate_cookie),
|
||||||
|
|
||||||
|
#ifndef NO_BIO
|
||||||
/* Can't memory test as server hangs. */
|
/* Can't memory test as server hangs. */
|
||||||
TEST_DECL(test_wolfSSL_BIO_connect),
|
TEST_DECL(test_wolfSSL_BIO_connect),
|
||||||
/* Can't memory test as server Asserts in thread. */
|
/* Can't memory test as server Asserts in thread. */
|
||||||
TEST_DECL(test_wolfSSL_BIO_accept),
|
TEST_DECL(test_wolfSSL_BIO_accept),
|
||||||
TEST_DECL(test_wolfSSL_BIO_tls),
|
TEST_DECL(test_wolfSSL_BIO_tls),
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_PK_CALLBACKS) && !defined(WOLFSSL_NO_TLS12)
|
#if defined(HAVE_PK_CALLBACKS) && !defined(WOLFSSL_NO_TLS12)
|
||||||
TEST_DECL(test_DhCallbacks),
|
TEST_DECL(test_DhCallbacks),
|
||||||
|
Reference in New Issue
Block a user