From 4e5edf3184750b4463294f2d610e9526298eb7f7 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Fri, 8 Jun 2018 16:23:17 +0100 Subject: [PATCH] Add ChangeLog entry for _WIN32_WINNT override fix --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 124bd6736..9ec996b71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ mbed TLS ChangeLog (Sorted per branch, date) Bugfix * Fix redundant declaration of mbedtls_ssl_list_ciphersuites. Raised by 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.7.3 branch released 2018-04-30