From 4c857c49b471d5e85a1148ab26eace3da4376eea Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Thu, 22 Aug 2024 15:45:18 +0100 Subject: [PATCH] Fix Changelog formatting Signed-off-by: Janos Follath --- ChangeLog.d/fix-rsa-performance-regression.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.d/fix-rsa-performance-regression.txt b/ChangeLog.d/fix-rsa-performance-regression.txt index 1624ac2618..603612a314 100644 --- a/ChangeLog.d/fix-rsa-performance-regression.txt +++ b/ChangeLog.d/fix-rsa-performance-regression.txt @@ -1,2 +1,3 @@ Bugfix - * Fix unintended performance regression when using short RSA public keys. Fixes #9232. + * Fix unintended performance regression when using short RSA public keys. + Fixes #9232.