From 62e1ebbbc720ff67837080d596e9c2f5800a9224 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 28 Dec 2022 13:28:42 +0100 Subject: [PATCH] changelog: fix text error Signed-off-by: Valerio Setti --- .../make_sha224_sha384_independent_from_sha256_sha512.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/make_sha224_sha384_independent_from_sha256_sha512.txt b/ChangeLog.d/make_sha224_sha384_independent_from_sha256_sha512.txt index c56b8829d..d2c9b35dd 100644 --- a/ChangeLog.d/make_sha224_sha384_independent_from_sha256_sha512.txt +++ b/ChangeLog.d/make_sha224_sha384_independent_from_sha256_sha512.txt @@ -1,4 +1,4 @@ Features * SHA224_C/SHA384_C are now independent from SHA384_C/SHA512_C respectively. - This helps in saving code size when some of the above hashes it not + This helps in saving code size when some of the above hashes are not required.