From 26d383998d2568ba3164501625456312f0cbce85 Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Thu, 26 Jan 2023 04:38:37 -0500 Subject: [PATCH] Be consistent with self-test naming Signed-off-by: Andrzej Kurek --- ChangeLog.d/fix_timing_alt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/fix_timing_alt.txt b/ChangeLog.d/fix_timing_alt.txt index 7f70a7a67177..86ec16d47eca 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 + The library would not link if the user didn't provide an external self-test function. The self-test is now provided regardless of the choice of internal/alternative timing implementation. Fixes #6923.