mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-02 06:40:06 +01:00
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
Changes
|
|
* fix build failure on MinGW toolchain when __USE_MING_ANSI_STDIO is on.
|
|
When that flag is on, standard GNU C printf format specifiers
|
|
should be used.
|
|
|