Skip to content

Commit fdec53c

Browse files
committed
skip test_tls13_hrr_different_cs() test when WOLFSSL_TLS13_MIDDLEBOX_COMPAT is defined
1 parent 0cf3728 commit fdec53c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/api/test_tls13.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2232,7 +2232,8 @@ int test_tls13_hrr_different_cs(void)
22322232
defined(WOLFSSL_TLS13) && \
22332233
defined(BUILD_TLS_AES_256_GCM_SHA384) && \
22342234
defined(BUILD_TLS_CHACHA20_POLY1305_SHA256) && \
2235-
defined(HAVE_ECC) && defined(HAVE_ECC384)
2235+
defined(HAVE_ECC) && defined(HAVE_ECC384) && \
2236+
!defined(WOLFSSL_TLS13_MIDDLEBOX_COMPAT)
22362237
/*
22372238
* TLSv1.3 Record Layer: Handshake Protocol: Hello Retry Request
22382239
* Content Type: Handshake (22)

0 commit comments

Comments
 (0)