mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-28 15:11:06 +01:00
In particular, test `"%zu"` for `size_t` and `"%lld"` for `long long`, which older Windows runtimes do not support, but which Mbed TLS uses. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>