mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-17 12:10:43 -04: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.