Skip to content

Commit 577cce6

Browse files
committed
defined(HAVE_MANUAL_MEMIO_TESTS_DEPENDENCIES) && !defined(WOLFSSL_NO_TLS12)
1 parent 7d2ca8d commit 577cce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81186,7 +81186,7 @@ static int test_extra_alerts_bad_psk(void)
8118681186
}
8118781187
#endif
8118881188

81189-
#ifdef OPENSSL_EXTRA
81189+
#if defined(OPENSSL_EXTRA) && defined(HAVE_MANUAL_MEMIO_TESTS_DEPENDENCIES) && !defined(WOLFSSL_NO_TLS12)
8119081190
/*
8119181191
* Emulates wolfSSL_shutdown that goes on EAGAIN,
8119281192
* by returning on output WOLFSSL_ERROR_WANT_WRITE.*/

0 commit comments

Comments
 (0)