commit | 22092e483ec55166c8564be0cabd78af1af60901 | [log] [tgz] |
---|---|---|
author | Steven Cooreman <steven.cooreman@silabs.com> | Mon Mar 29 15:46:55 2021 +0200 |
committer | Steven Cooreman <steven.cooreman@silabs.com> | Mon Mar 29 15:47:57 2021 +0200 |
tree | 58baab0844342970e5ee7dad06e06c49c72a6c60 | |
parent | 4a5ed0231d077ca028c28e5b14018eb611b90888 [diff] |
Add changelog entry for #4217 Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
diff --git a/ChangeLog.d/add-missing-parenthesis.txt b/ChangeLog.d/add-missing-parenthesis.txt new file mode 100644 index 0000000..ec01985 --- /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.