Changelog: minor copyediting

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2022-06-09 18:51:18 +02:00
parent cd1608914f
commit 83f54aad6a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
Bugfix
* Fix a bug in x25519 example program where the removal of
* Fix a bug in the x25519 example program where the removal of
MBEDTLS_ECDH_LEGACY_CONTEXT caused the program not to run. Fixes #4901 and
#3191.

View File

@@ -1,2 +1,2 @@
Bugfix
* Fix memory leak if mbedtls_ssl_config_defaults() call is repeated
* Fix a memory leak if mbedtls_ssl_config_defaults() is called twice.