From 5d16334e84c3206c380cfe9121847d23601f5e19 Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Thu, 22 Aug 2024 14:49:58 +0100 Subject: [PATCH] Improve ChangeLog Co-authored-by: Gilles Peskine Signed-off-by: Janos Follath --- ChangeLog.d/fix-rsa-performance-regression.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/fix-rsa-performance-regression.txt b/ChangeLog.d/fix-rsa-performance-regression.txt index abcc7a5adc..1624ac2618 100644 --- a/ChangeLog.d/fix-rsa-performance-regression.txt +++ b/ChangeLog.d/fix-rsa-performance-regression.txt @@ -1,2 +1,2 @@ Bugfix - * Fix unintended performance regression when using short RSA public keys. See #9232. + * Fix unintended performance regression when using short RSA public keys. Fixes #9232.