mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-24 21:21:10 +01:00
- MBEDTS_X509_INFO is incorrect in all branches: the macro is called REMOVE_INFO and also starts with MBEDTLS not MBEDTS... this caused the test to be always skipped. - !MBEDTLS_X509_REMOVE_INFO is the correct way to express this but info functions are not optional in the 2.28 branch. Since this is a negative dependency, I don't think it was causing the test to be skipped, but I'm removing it anyway for clarity's sake. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>