Add ChangeLog entry for #3217: avoid re-assignment

Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Janos Follath 2020-06-25 11:48:27 +01:00
parent f8f5026a3b
commit 8a43bd1d20

View File

@ -0,0 +1,3 @@
Changes
* Remove superfluous assignment in mbedtls_ssl_parse_certificate(). Reported
in #3182 and fix submitted by irwir. #3217