blob: eefda618ca2a42e8d0ee65b304e5ab6bdcd37e05 [file] [log] [blame]
Bence Szépkútibecb21e2025-02-28 22:39:09 +01001Bugfix
2 * Fix definition of MBEDTLS_PRINTF_SIZET to prevent runtime crashes that
3 occurred whenever SSL debugging was enabled on a copy of Mbed TLS built
Bence Szépkúti9ea95042025-03-08 00:40:47 +01004 with Visual Studio 2013 or MinGW.
Bence Szépkútibecb21e2025-02-28 22:39:09 +01005 Fixes #10017.