mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 10:02:57 +00:00
Previously, one could change the definition of AES_VALIDATE_RET() to return some other code than MBEDTLS_ERR_AES_BAD_INPUT_DATA, and the test suite wouldn't notice. Now this modification would make the suite fail as expected.