mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-05 12:06:26 +02: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.