From 26923c7e4919fdd9b8cb048a2864e340be2eea9b Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Fri, 8 Sep 2023 10:45:34 +0100 Subject: [PATCH] Add missing hyphen Signed-off-by: Dave Rodgman --- ChangeLog.d/safer-ct.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/safer-ct.txt b/ChangeLog.d/safer-ct.txt index 6c417f44b..0a5b632ab 100644 --- a/ChangeLog.d/safer-ct.txt +++ b/ChangeLog.d/safer-ct.txt @@ -2,5 +2,5 @@ Security * Updates to constant-time C code so that compilers are less likely to use conditional instructions, which can have an observable difference in timing. (Clang has been seen to do this.) Also introduce assembly - implementations for 32 and 64-bit Arm and for x86 and x86-64, which are + implementations for 32- and 64-bit Arm and for x86 and x86-64, which are guaranteed not to use conditional instructions.