From 6690e9456263e9abac4e5589be5a260ea84062ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Frauenschl=C3=A4ger?= Date: Mon, 3 Aug 2026 16:28:42 +0200 Subject: [PATCH] Fix for check-source-text false-positive. Reword a comment to not trigger a failure in check-source-text CI job due to an apparently missing WC_NO_ERR_TRACE in a comment. --- tests/api/test_ed448.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/api/test_ed448.c b/tests/api/test_ed448.c index 8c2a941bdd..4a57106414 100644 --- a/tests/api/test_ed448.c +++ b/tests/api/test_ed448.c @@ -1358,8 +1358,8 @@ int test_wc_ed448_check_key_decisions(void) /* Same construction with a byte inside the walked range cleared, so the * loop breaks with ret == 0 instead of running out: closes the byte - * compare's TRUE side and the following (ret == PUBLIC_KEY_E) guard's - * FALSE side. */ + * compare's TRUE side and the FALSE side of the public-key-error guard + * that follows it. */ near_p[29] = 0x00; ExpectIntEQ(wc_ed448_init(&freshKey), 0); ExpectIntEQ(wc_ed448_import_public_ex(near_p, ED448_PUB_KEY_SIZE,