mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-23 23:21:23 +08:00

The X509 test suite assumes that MBEDTLS_X509_MAX_INTERMEDIATE_CA is below the hardcoded threshold 20 used in the long certificate chain generating script tests/data_files/dir-max/long.sh. This commit adds a compile-time check for that.