mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 18:02:57 +00:00
The test that mbedtls_aria_free() accepts NULL parameters can be performed even if MBEDTLS_CHECK_PARAMS is unset, but was previously included in the test case aria_invalid_params() which is only executed if MBEDTLS_CHECK_PARAMS is set.