From 4960825a946f201955c674e0dc1aafec4621d25c Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Wed, 28 May 2025 10:05:32 +0200 Subject: [PATCH] Add change log Signed-off-by: Ronald Cron --- ChangeLog.d/move-crypto-struct-inclusion.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/move-crypto-struct-inclusion.txt diff --git a/ChangeLog.d/move-crypto-struct-inclusion.txt b/ChangeLog.d/move-crypto-struct-inclusion.txt new file mode 100644 index 0000000000..c5f6d2b822 --- /dev/null +++ b/ChangeLog.d/move-crypto-struct-inclusion.txt @@ -0,0 +1,3 @@ +Bugfix + * Resolved build issue with C++ projects using TF-PSA-Crypto when compiling + with the MSVC toolset v142 and earlier. Fixes mbedtls issue #7087.