mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-23 12:41:08 +01:00
Due to repeated calls to PSA_AEAD_NONCE_LENGTH, which in turn calls PSA_ALG_AEAD_WITH_DEFAULT_LENGTH_TAG several times, some macros updated in this PR expanded to over 6000 characters, more than the 4095 that ISO C99 compilers are guaranteed to support. Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>