mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Remove mention of the shipped .sln files, as those are planned to be removed from Mbed TLS. Clarify the affected CRT headers. Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
10 lines
494 B
Plaintext
10 lines
494 B
Plaintext
Bugfix
|
|
* Fix definition of MBEDTLS_PRINTF_SIZET to prevent runtime crashes that
|
|
occurred whenever SSL debugging was enabled on a copy of Mbed TLS built
|
|
with Visual Studio 2013 or MinGW.
|
|
Fixes #10017.
|
|
* Remove Everest Visual Studio 2010 compatibility headers, which could
|
|
shadow standard CRT headers inttypes.h and stdbool.h with incomplete
|
|
implementatios if placed on the include path, eg. when building Mbed TLS
|
|
with the .sln file shipped with the project.
|