From fdec53c4c9eefc4db938c8cea815755f2dc5238e Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Fri, 7 Nov 2025 17:09:30 -0700 Subject: [PATCH] skip test_tls13_hrr_different_cs() test when WOLFSSL_TLS13_MIDDLEBOX_COMPAT is defined --- tests/api/test_tls13.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/api/test_tls13.c b/tests/api/test_tls13.c index ab4398dda..9c4823ccb 100644 --- a/tests/api/test_tls13.c +++ b/tests/api/test_tls13.c @@ -2232,7 +2232,8 @@ int test_tls13_hrr_different_cs(void) defined(WOLFSSL_TLS13) && \ defined(BUILD_TLS_AES_256_GCM_SHA384) && \ defined(BUILD_TLS_CHACHA20_POLY1305_SHA256) && \ - defined(HAVE_ECC) && defined(HAVE_ECC384) + defined(HAVE_ECC) && defined(HAVE_ECC384) && \ + !defined(WOLFSSL_TLS13_MIDDLEBOX_COMPAT) /* * TLSv1.3 Record Layer: Handshake Protocol: Hello Retry Request * Content Type: Handshake (22)