mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-01 01:06:46 +08:00
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> |
||
|---|---|---|
| .. | ||
| 00README.md | ||
| 9302.txt | ||
| 9652.txt | ||
| fix-aesni-asm-clobbers.txt | ||
| fix-compilation-with-djgpp.txt | ||
| fix-driver-schema-check.txt | ||
| fix-msvc-version-guard-format-zu.txt | ||
| mbedtls_psa_ecp_generate_key-no_public_key.txt | ||
| psa_util-bits-0.txt | ||
| replace-close-with-mbedtls_net_close.txt | ||
| tls13-middlebox-compat-disabled.txt | ||