1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-30 17:41:11 +03:00

fix changelog entry

Signed-off-by: eugene <eugene.kobyakov@netfoundry.io>
This commit is contained in:
eugene
2021-05-12 14:37:24 -04:00
parent 98d2fe9f85
commit 3239eff409

View File

@@ -1,4 +1,5 @@
Changes Changes
* fix build failure on MinGW toolchain when __USE_MING_ANSI_STDIO is on. * 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. When that flag is on, standard GNU C printf format specifiers
should be used.