From c227ea594242010ab3ab2130a58271157001f52d Mon Sep 17 00:00:00 2001 From: Thomas Daubney Date: Mon, 30 May 2022 14:12:24 +0100 Subject: [PATCH] Adds Changelog entry Adds change log entry. Signed-off-by: Thomas Daubney --- ChangeLog.d/fix-x25519-program.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/fix-x25519-program.txt diff --git a/ChangeLog.d/fix-x25519-program.txt b/ChangeLog.d/fix-x25519-program.txt new file mode 100644 index 000000000000..af60465b540c --- /dev/null +++ b/ChangeLog.d/fix-x25519-program.txt @@ -0,0 +1,4 @@ +Bugfix + * Fix a bug in x25519 example program where the removal of + MBEDTLS_ECDH_LEGACY_CONTEXT caused the program not to run. Fixes #4901 and + #3191.