commit | 38adac32e7d3f78f184b63c34e91bf290cf46295 | [log] [tgz] |
---|---|---|
author | Andrzej Kurek <andrzej.kurek@arm.com> | Mon Jan 24 10:09:38 2022 -0500 |
committer | Andrzej Kurek <andrzej.kurek@arm.com> | Thu Jan 27 11:01:33 2022 -0500 |
tree | 7b5ebc253248e29e8bcc614a78fa64a1d6e59573 | |
parent | 19d6ab0fb85eb3aac94a4c0025a3a86849199496 [diff] |
Add a changelog entry regarding bugfixes Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
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 0000000..0d61cb7 --- /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.