From b9f4568ec08f94696ba5df8ab2c8a3770f0e4551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 15 Dec 2021 10:22:51 +0100 Subject: [PATCH] Improve wording of a ChangeLog entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keeps the entry aligned with other branches too. Signed-off-by: Manuel Pégourié-Gonnard --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 26d9891cbf..9a21e90482 100644 --- a/ChangeLog +++ b/ChangeLog @@ -41,8 +41,8 @@ Bugfix happen with an alternative implementation of the underlying hash module. * Fix the build of sample programs when neither MBEDTLS_ERROR_C nor MBEDTLS_ERROR_STRERROR_DUMMY is enabled. - * Fix a bug in mbedtls_gcm_starts() when bits of iv are longer than 2^32. - Fixes #4884. + * Fix a bug in mbedtls_gcm_starts() when the bit length of the iv + exceeds 2^32. Fixes #4884. * Fix the build when no SHA2 module is included. Fixes #4930. * Fix the build when only the bignum module is included. Fixes #4929. * Fix a potential invalid pointer dereference and infinite loop bugs in