We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf3728 commit fdec53cCopy full SHA for fdec53c
1 file changed
tests/api/test_tls13.c
@@ -2232,7 +2232,8 @@ int test_tls13_hrr_different_cs(void)
2232
defined(WOLFSSL_TLS13) && \
2233
defined(BUILD_TLS_AES_256_GCM_SHA384) && \
2234
defined(BUILD_TLS_CHACHA20_POLY1305_SHA256) && \
2235
- defined(HAVE_ECC) && defined(HAVE_ECC384)
+ defined(HAVE_ECC) && defined(HAVE_ECC384) && \
2236
+ !defined(WOLFSSL_TLS13_MIDDLEBOX_COMPAT)
2237
/*
2238
* TLSv1.3 Record Layer: Handshake Protocol: Hello Retry Request
2239
* Content Type: Handshake (22)
0 commit comments