From bf864160a9be6dffdaf434469df20fc2df2c3c5e Mon Sep 17 00:00:00 2001 From: aditya-deshpande-arm <112866256+aditya-deshpande-arm@users.noreply.github.com> Date: Fri, 9 Dec 2022 10:36:50 +0000 Subject: [PATCH] Fix ChangeLog Formatting Co-authored-by: Dave Rodgman Signed-off-by: Aditya Deshpande --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 80bbda70bb..a380be9355 100644 --- a/ChangeLog +++ b/ChangeLog @@ -36,9 +36,9 @@ Bugfix with MBEDTLS_PLATFORM_C disabled. Fixes #6118, #6196. * Fix compilation errors when trying to build with PSA drivers for AEAD (GCM, CCM, Chacha20-Poly1305). - * Fix memory leak in ssl_parse_certificate_request() caused by - mbedtls_x509_get_name() not freeing allocated objects in case of error. - Change mbedtls_x509_get_name() to clean up allocated objects on error. + * Fix memory leak in ssl_parse_certificate_request() caused by + mbedtls_x509_get_name() not freeing allocated objects in case of error. + Change mbedtls_x509_get_name() to clean up allocated objects on error. * Fix checks on PK in check_config.h for builds with PSA and RSA. This does not change which builds actually work, only moving a link-time error to an early check.