From 22092e483ec55166c8564be0cabd78af1af60901 Mon Sep 17 00:00:00 2001 From: Steven Cooreman Date: Mon, 29 Mar 2021 15:46:55 +0200 Subject: [PATCH] Add changelog entry for #4217 Signed-off-by: Steven Cooreman --- ChangeLog.d/add-missing-parenthesis.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/add-missing-parenthesis.txt diff --git a/ChangeLog.d/add-missing-parenthesis.txt b/ChangeLog.d/add-missing-parenthesis.txt new file mode 100644 index 000000000..ec01985e9 --- /dev/null +++ b/ChangeLog.d/add-missing-parenthesis.txt @@ -0,0 +1,4 @@ +Bugfix + * Add a parenthesis that was missing from ecp.c when + MBEDTLS_ECP_RANDOMIZE_MXZ_ALT is defined. Found and reported by + mbeniamino in #4217.