From 995d5c1f8acc175a51cba898b8e5fcc9a66269c5 Mon Sep 17 00:00:00 2001 From: Peter Kolbus Date: Sun, 3 Feb 2019 08:41:41 -0600 Subject: [PATCH] Add ChangeLog entry --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5c2fbbbd4..44dd5d26a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,8 @@ Bugfix in X.509 module. Fixes #2212. * Reduce stack usage of `mpi_write_hlp()` by eliminating recursion. Fixes #2190. + * Fix false failure in all.sh when backup files exist in include/mbedtls + (e.g. config.h.bak). Fixed by Peter Kolbus (Garmin) #2407. Changes * Include configuration file in all header files that use configuration,