mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-24 05:01:11 +01:00
Systematically replace "TEST_ASSERT( $x <= $y )" by "TEST_LE_U( $x, $y )" in test_suite_psa_crypto. In this file, all occurrences of this pattern are size_t so unsigned. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>