From 76c185b0a36e8853c710d37ca2c72b83c7fd1208 Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Mon, 24 Jan 2022 10:09:38 -0500 Subject: [PATCH] Add a changelog entry regarding bugfixes Signed-off-by: Andrzej Kurek --- ChangeLog.d/psa_crypto_reduced_configs_bugs.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/psa_crypto_reduced_configs_bugs.txt diff --git a/ChangeLog.d/psa_crypto_reduced_configs_bugs.txt b/ChangeLog.d/psa_crypto_reduced_configs_bugs.txt new file mode 100644 index 0000000000..0d61cb743f --- /dev/null +++ b/ChangeLog.d/psa_crypto_reduced_configs_bugs.txt @@ -0,0 +1,3 @@ +Bugfix + * Fix several bugs (warnings, compiler and linker errors, test failures) + in reduced configurations when MBEDTLS_USE_PSA_CRYPTO is enabled.