From c40bc1e406eb67b31752a9586e49b79e4211ce48 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Fri, 21 May 2021 18:58:12 +0100 Subject: [PATCH] Fix Changelog typo Signed-off-by: Paul Elliott --- ChangeLog.d/add_psa_m_aead.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/add_psa_m_aead.txt b/ChangeLog.d/add_psa_m_aead.txt index 378e9c12d5..3ae58095bd 100644 --- a/ChangeLog.d/add_psa_m_aead.txt +++ b/ChangeLog.d/add_psa_m_aead.txt @@ -1,4 +1,4 @@ Features * Added multipart AEAD API to the PSA Crypto API * Added MbedTLS internal implementations of the PSA Crypto multipart AEAD API - supporting PolyChaCha and GCM. CCM is not as yet supported. + supporting ChaChaPoly and GCM. CCM is not as yet supported.