From 4136a9ec5aa7fcf0abafd834ac170697886021de Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Tue, 17 Jan 2023 06:09:37 -0500 Subject: [PATCH] Shorten lines of changelog entry Signed-off-by: Andrzej Kurek --- ChangeLog.d/fix_timing_alt.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.d/fix_timing_alt.txt b/ChangeLog.d/fix_timing_alt.txt index 38ff595d93..7f70a7a671 100644 --- a/ChangeLog.d/fix_timing_alt.txt +++ b/ChangeLog.d/fix_timing_alt.txt @@ -1,5 +1,5 @@ Bugfix * Fix a build issue when defining MBEDTLS_TIMING_ALT and MBEDTLS_SELF_TEST. - The library would not link if the user didn't provide an external selftest function. - The self-test is now provided regardless of the choice of internal/alternative - timing implementation. Fixes #6923. + The library would not link if the user didn't provide an external selftest + function. The self-test is now provided regardless of the choice of + internal/alternative timing implementation. Fixes #6923.