1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-10 10:40:59 +03:00

Add changelog entry for #4217

Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
Steven Cooreman
2021-03-29 15:46:55 +02:00
committed by Dave Rodgman
parent b74b5602b7
commit 7f7f6b8ba9

View File

@ -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.