diff --git a/ChangeLog.d/mbedtls_ecdsa_can_do-unconditional-define.txt b/ChangeLog.d/mbedtls_ecdsa_can_do-unconditional-define.txt index fe420ac05acb..22e8adbc58c1 100644 --- a/ChangeLog.d/mbedtls_ecdsa_can_do-unconditional-define.txt +++ b/ChangeLog.d/mbedtls_ecdsa_can_do-unconditional-define.txt @@ -1,4 +1,3 @@ Bugfix - * Removes !ECDSA_SIGN_ALT condition around mbedtls_ecdsa_can_do - definition, so that mbedtls_ecdsa_verify_restartable will not - automatically fail. + * Fix an error when MBEDTLS_ECDSA_SIGN_ALT is defined but not + MBEDTLS_ECDSA_VERIFY_ALT, causing ecdsa verify to fail. Fixes #7498.