From 28e3bcf6e1fe53bc36e60d89839648253fbf7d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 14 Dec 2021 09:55:10 +0100 Subject: [PATCH] Fix misleading ChangeLog entry formatting. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- ChangeLog.d/bugfix-for-gcm-long-iv-size.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ChangeLog.d/bugfix-for-gcm-long-iv-size.txt b/ChangeLog.d/bugfix-for-gcm-long-iv-size.txt index c04c4aa18..4287ea747 100644 --- a/ChangeLog.d/bugfix-for-gcm-long-iv-size.txt +++ b/ChangeLog.d/bugfix-for-gcm-long-iv-size.txt @@ -1,4 +1,3 @@ Bugfix * Fix a bug in mbedtls_gcm_starts() when bits of iv are longer than 2^32. - * Fix #4884. - + Fixes #4884.