mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-21 03:31:09 +01: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.