mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 16:02:57 +00:00
Use size_t for some variables that are array indices. Use unsigned for some variables that are counts of "small" things. This is a backport of commit 3c1c8ea3e7. Signed-off-by: Ronald Cron <ronald.cron@arm.com>