mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 19:15:41 +01:00
3239eff409
Signed-off-by: eugene <eugene.kobyakov@netfoundry.io>
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.
|
|
|