Add ChangeLog entry for fix to mbedtls_md_process() test

Signed-off-by: Tom Cosgrove <[email protected]>
This commit is contained in:
Tom Cosgrove
2022-03-04 16:45:13 +00:00
parent b6889d1d6a
commit 928ae55ef4
@@ -0,0 +1,3 @@
Bugfix
* Fix API violation in mbedtls_md_process() test by adding a call to
mbedtls_md_starts(). Fixes #2227.