We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d9532b + cdaa4d8 commit f8484fbCopy full SHA for f8484fb
1 file changed
tests/api.c
@@ -55603,7 +55603,7 @@ static int test_wolfSSL_dtls_set_mtu(void)
55603
{
55604
int res = TEST_SKIPPED;
55605
#if (defined(WOLFSSL_DTLS_MTU) || defined(WOLFSSL_SCTP)) && \
55606
- defined(WOLFSSL_DTLS)
+ !defined(NO_WOLFSSL_SERVER) && defined(WOLFSSL_DTLS)
55607
WOLFSSL_CTX* ctx = NULL;
55608
WOLFSSL* ssl = NULL;
55609
const char* testCertFile;
0 commit comments