From 0c362f68b34e498cef5e4417d3e482f8ba18ab19 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Fri, 8 Jun 2018 16:27:04 +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 3f49a21707..1db0dc7e2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ Bugfix calling mbedtls_x509_crt_parse_path(). * 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.1.12 branch released 2018-04-30