mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 14:02:58 +00:00
We target C89 libc, so don't use %zd or %zu. Just use %u, and make slot numbers `unsigned` for simplicity.
We target C89 libc, so don't use %zd or %zu. Just use %u, and make slot numbers `unsigned` for simplicity.