From 2622b1dab364d29923035189620a44a5109d0c20 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Fri, 5 Jan 2024 10:36:33 +0100 Subject: [PATCH] changelog: improve wording Signed-off-by: Valerio Setti --- ChangeLog.d/7764.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/7764.txt b/ChangeLog.d/7764.txt index 0734fb911..983058403 100644 --- a/ChangeLog.d/7764.txt +++ b/ChangeLog.d/7764.txt @@ -1,4 +1,4 @@ Features * Add functions mbedtls_ecc_group_to_psa() and mbedtls_ecc_group_from_psa() to convert between mbedtls_ecp_group_id and psa_ecc_family_t and curve's - bit size and vice versa, respectively. + bit size.