mbedtls/ChangeLog.d/fix-mingw-build.txt

5 lines
168 B
Text
Raw Normal View History

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.