Add changelog entry

Add changelog entry for bug fix in sample program.

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
Thomas Daubney 2022-05-18 14:36:45 +01:00
parent 306a89094a
commit eff0f3f5be

View file

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