mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 17:02:59 +00:00
This change fixes a problem in the tests pk_rsa_alt() and pk_rsa_overflow() from test_suite_pk.function that would cause a segmentation fault. The problem is that these tests are only designed to run in computers where the SIZE_MAX > UINT_MAX.