diff --git a/tests/suites/test_suite_psa_crypto_ecp.function b/tests/suites/test_suite_psa_crypto_ecp.function index 1a7ef3ef5c..5be7a2ca6d 100644 --- a/tests/suites/test_suite_psa_crypto_ecp.function +++ b/tests/suites/test_suite_psa_crypto_ecp.function @@ -53,7 +53,7 @@ static int check_ecc_private_key(psa_ecc_family_t family, size_t bits, } /* Check masked bits on Curve25519 and Curve448 scalars. - * See RFC 7748 ยง4.1 (we expect the "decoded" form here). */ + * See RFC 7748 \S4.1 (we expect the "decoded" form here). */ #if defined(MBEDTLS_PSA_BUILTIN_ECC_MONTGOMERY_255) if (family == PSA_ECC_FAMILY_MONTGOMERY && bits == 255) { TEST_EQUAL(key[0] & 0xf8, key[0]);