Add ChangeLog entry for MinGW format specifier fix

Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
David Horstmann
2025-05-21 14:53:49 +01:00
parent 3e715b02e6
commit 2b410eeaeb
+4
View File
@@ -0,0 +1,4 @@
Bugfix
* Fix a build failure with MinGW when the __USE_MINGW_ANSI_STDIO option
is set. This was caused by the wrong format specifier being used to
print long long values (MBEDTLS_PRINTF_LONGLONG).