From 0595dc685f61e1abe4eabf89f678704f76948821 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Fri, 19 Apr 2024 11:09:56 +0200 Subject: [PATCH] changelog: fix text Signed-off-by: Valerio Setti --- ChangeLog.d/asn1-missing-guard-in-rsa.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/asn1-missing-guard-in-rsa.txt b/ChangeLog.d/asn1-missing-guard-in-rsa.txt index 613bdc5d87..bb5b470881 100644 --- a/ChangeLog.d/asn1-missing-guard-in-rsa.txt +++ b/ChangeLog.d/asn1-missing-guard-in-rsa.txt @@ -1,3 +1,3 @@ Bugfix - * MBEDTLS_ASN1_PARSE_C and MBEDTLS_ASN1_WRITE_C is automatically enabled + * MBEDTLS_ASN1_PARSE_C and MBEDTLS_ASN1_WRITE_C are now automatically enabled as soon as MBEDTLS_RSA_C is enabled. Fixes #9041.