mbedtls/ChangeLog.d
Bence Szépkúti f65983d670 Fix MSVC version guard for C99 format size specifiers
Visual Studio 2013 (_MSC_VER == 1800) doesn't support %zu - only use it
on 2015 and above (_MSC_VER >= 1900).

%ldd works on Visual Studio 2013, but this patch keeps the two macro
definitions together, for simplicity's sake.

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
2025-03-07 17:45:27 +01:00
..
00README.md scripts: fix paths for files moved to framework 2025-01-08 10:03:49 +01:00
9302.txt changelog: fix typo 2024-10-22 13:31:19 +02:00
9652.txt changelog: add note for MD changes 2025-02-21 15:01:04 +01:00
fix-aesni-asm-clobbers.txt Add change log entry on AES-NI asm block fixes 2024-12-13 02:10:06 +01:00
fix-compilation-with-djgpp.txt reworked changelog according to suggestion 2024-12-02 21:25:11 +01:00
fix-driver-schema-check.txt Fix driver schema json default type requirements 2024-10-10 13:15:01 +02:00
fix-msvc-version-guard-format-zu.txt Fix MSVC version guard for C99 format size specifiers 2025-03-07 17:45:27 +01:00
mbedtls_psa_ecp_generate_key-no_public_key.txt Add changelog entry 2024-10-30 12:18:16 +01:00
psa_util-bits-0.txt Changelog entry for ECDSA conversion functions called with bits=0 2024-10-28 10:09:18 +01:00
replace-close-with-mbedtls_net_close.txt net/mbedtls_net_connect: Preventing double close problem 2024-10-22 20:02:51 +08:00
tls13-middlebox-compat-disabled.txt Changelog entry: fix #9551 2024-09-20 07:44:36 +02:00