mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-17 12:10:43 -04: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>