commit | b3961a01420ada9358bd579bab875ef0dac9729a | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Mar 08 12:37:25 2021 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Mar 08 12:39:52 2021 +0100 |
tree | de8cf9c7b774c433b84c267f1c98dd7db33ccfc5 | |
parent | 0bf08c7274fc3833a2b5bfd75a9f10fab8a7ad41 [diff] |
Add changelog entry Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/ChangeLog.d/build-without-certs.txt b/ChangeLog.d/build-without-certs.txt new file mode 100644 index 0000000..9bb7384 --- /dev/null +++ b/ChangeLog.d/build-without-certs.txt
@@ -0,0 +1,3 @@ +Bugfix + * Fix the build of sample programs when MBEDTLS_PEM_C is enabled but + MBEDTLS_CERTS_C is disabled. Reported by Michael Schuster in #4206.