From 4614cb175d58d155df458c86f7fcf5ce725eb990 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Mon, 5 Jul 2021 18:50:01 +0100 Subject: [PATCH] Fix Changelog indentation Signed-off-by: Dave Rodgman --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 079661d4a..89572ca0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -178,10 +178,10 @@ Changes MBEDTLS_PSA_CRYPTO_C became enabled by default. * When building the test suites with GNU make, invoke python3 or python, not python2, which is no longer supported upstream. - * When using session cache based session resumption on the server, - double-check that custom session cache implementations return - sessions which are consistent with the negotiated ciphersuite - and compression method. + * When using session cache based session resumption on the server, + double-check that custom session cache implementations return + sessions which are consistent with the negotiated ciphersuite + and compression method. * Fix build failure on MinGW toolchain when __USE_MING_ANSI_STDIO is on. When that flag is on, standard GNU C printf format specifiers should be used.