mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-09 21:47:33 +00:00
Add ChangeLog entry for _WIN32_WINNT override fix
This commit is contained in:
parent
789096a71d
commit
0c362f68b3
|
@ -10,6 +10,8 @@ Bugfix
|
||||||
calling mbedtls_x509_crt_parse_path().
|
calling mbedtls_x509_crt_parse_path().
|
||||||
* Fix redundant declaration of mbedtls_ssl_list_ciphersuites. Raised by
|
* Fix redundant declaration of mbedtls_ssl_list_ciphersuites. Raised by
|
||||||
TrinityTonic. #1359.
|
TrinityTonic. #1359.
|
||||||
|
* Fix for redefinition of _WIN32_WINNT to avoid overriding a definition
|
||||||
|
used by user applications. Found and fixed by Fabio Alessandrelli.
|
||||||
|
|
||||||
= mbed TLS 2.1.12 branch released 2018-04-30
|
= mbed TLS 2.1.12 branch released 2018-04-30
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue