commit | 4d483a181435ab348a7a1f33f462fb8d857a7d93 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Feb 01 18:19:23 2023 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Feb 01 18:19:23 2023 +0100 |
tree | e7902603381324ab38bb1cf5a16c168338706456 | |
parent | 45379cbe6b58f1dcfea9137e8652f3a24ef24ba6 [diff] [blame] |
Fix misplaced #endif in test program This broke the build when MBEDTLS_CERTS_C is undefined. Fixes #6243. 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..dcb5c77 --- /dev/null +++ b/ChangeLog.d/build-without-certs.txt
@@ -0,0 +1,3 @@ +Bugfix + * Fix build errors in test programs when MBEDTLS_CERTS_C is disabled. + Fixes #6243.