From 41422e1fc00b27a17e43223bcef1011b25e5d5a2 Mon Sep 17 00:00:00 2001 From: Alvaro Segura Date: Wed, 4 Jun 2025 23:37:19 +0200 Subject: [PATCH] Fix change log entry Signed-off-by: Alvaro Segura --- ChangeLog.d/move-crypto-struct-inclusion.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/move-crypto-struct-inclusion.txt b/ChangeLog.d/move-crypto-struct-inclusion.txt index c5f6d2b822..b84e6d37d2 100644 --- a/ChangeLog.d/move-crypto-struct-inclusion.txt +++ b/ChangeLog.d/move-crypto-struct-inclusion.txt @@ -1,3 +1,3 @@ Bugfix - * Resolved build issue with C++ projects using TF-PSA-Crypto when compiling + * Resolved build issue with C++ projects using Mbed TLS 3.6 when compiling with the MSVC toolset v142 and earlier. Fixes mbedtls issue #7087.