From 56c72480ca1e4e9c2a6bf257c7ac002f6b9bc578 Mon Sep 17 00:00:00 2001 From: Andres Amaya Garcia Date: Wed, 21 Mar 2018 15:14:31 +0000 Subject: [PATCH] Add ChangeLog entry for redundant mutex initialization optimizations --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 932e28065..58139d010 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,9 @@ Bugfix Changes * Clarify the documentation of mbedtls_ssl_setup. + * Do not define global mutexes around readdir() and gmtime() in + configurations where the feature is disabled. Found and fixed by Gergely + Budai. = mbed TLS 2.7.1 branch released 2018-02-23