mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Add proper gating on !NO_WOLFSSL_SERVER
Found with the following configuration: --enable-dtls --enable-dtls13 --enable-dtls-mtu CFLAGS="-DNO_WOLFSSL_SERVER"
This commit is contained in:
@ -55603,7 +55603,7 @@ static int test_wolfSSL_dtls_set_mtu(void)
|
||||
{
|
||||
int res = TEST_SKIPPED;
|
||||
#if (defined(WOLFSSL_DTLS_MTU) || defined(WOLFSSL_SCTP)) && \
|
||||
defined(WOLFSSL_DTLS)
|
||||
!defined(NO_WOLFSSL_SERVER) && defined(WOLFSSL_DTLS)
|
||||
WOLFSSL_CTX* ctx = NULL;
|
||||
WOLFSSL* ssl = NULL;
|
||||
const char* testCertFile;
|
||||
|
Reference in New Issue
Block a user