Add ChangeLog entry for fix to mbedtls_md_process() test

Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
Tom Cosgrove 2022-03-04 14:00:57 +00:00
parent 0df1ecd5fd
commit 70245bee01

View File

@ -0,0 +1,3 @@
Bugfix
* Fix API violation in mbedtls_md_process() test by adding a call to
mbedtls_md_starts(). Fixes #2227.