From 01e99083a51019a6e403b79680ad4249bb56c908 Mon Sep 17 00:00:00 2001 From: gabor-mezei-arm Date: Fri, 25 Jun 2021 15:09:40 +0200 Subject: [PATCH] Fix changelog entry Signed-off-by: gabor-mezei-arm --- ChangeLog.d/one-shot_cipher_functions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/one-shot_cipher_functions.txt b/ChangeLog.d/one-shot_cipher_functions.txt index 30b8ae5d6..3bb85e10d 100644 --- a/ChangeLog.d/one-shot_cipher_functions.txt +++ b/ChangeLog.d/one-shot_cipher_functions.txt @@ -1,4 +1,4 @@ API changes * Implement one-shot cipher functions, psa_cipher_encrypt and psa_cipher_decrypt, according to the PSA Crypto API 1.0.0 - documentation. + specification.