Test AEAD limits only without WOLFSSL_TLS13_IGNORE_AEAD_LIMITS

This commit is contained in:
Juliusz Sosinowicz 2022-09-19 10:30:29 +02:00
parent bf4be901e4
commit 23e9cf2dc1

View File

@ -55308,7 +55308,7 @@ static int test_wolfSSL_dtls_fragments(void) {
}
#endif
#ifdef WOLFSSL_DTLS13
#if defined(WOLFSSL_DTLS13) && !defined(WOLFSSL_TLS13_IGNORE_AEAD_LIMITS)
static byte test_AEAD_fail_decryption = 0;
static byte test_AEAD_seq_num = 0;
static byte test_AEAD_done = 0;