aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Daubney <thomas.daubney@arm.com>2024-06-17 11:51:52 +0100
committerThomas Daubney <thomas.daubney@arm.com>2024-06-17 11:51:52 +0100
commit24f81cba9729371c6aee03ec7d414e15d8f3484a (patch)
tree248851781bab225ef6532efc2d2fce49178bf326
parentbc935157a75b2613420a1ab04761d0ee5acc2fc1 (diff)
downloadmbedtls-24f81cba9729371c6aee03ec7d414e15d8f3484a.zip
mbedtls-24f81cba9729371c6aee03ec7d414e15d8f3484a.tar.gz
mbedtls-24f81cba9729371c6aee03ec7d414e15d8f3484a.tar.bz2
Improve ChangeLog entry
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
-rw-r--r--ChangeLog.d/remove-via-padlock-support.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/ChangeLog.d/remove-via-padlock-support.txt b/ChangeLog.d/remove-via-padlock-support.txt
index ab579f7..723982a 100644
--- a/ChangeLog.d/remove-via-padlock-support.txt
+++ b/ChangeLog.d/remove-via-padlock-support.txt
@@ -1,5 +1,4 @@
Removals
- * Drop support for VIA Padlock. Removes MBEDTLS_PADLOCK_C and
- associated code.
- * Note that it is still possible to use VIA Padlock through a
- PSA accelerator driver that is not part of Mbed TLS. Fixes #5903. \ No newline at end of file
+ * Drop support for VIA Padlock. Removes MBEDTLS_PADLOCK_C.
+ Note that it is still possible to use VIA Padlock through a
+ PSA accelerator driver that is not part of Mbed TLS. Fixes #5903.