summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-06-09 13:40:27 +1000
committerPauli <pauli@openssl.org>2021-06-10 14:18:06 +1000
commit1dc8eb5be0375b1e3f33f711b3a62712b3042a6b (patch)
tree0d1c6dfd4da36a27619bfdc5206e2598463166eb /CHANGES.md
parent807bb4255473986439c00a2fe3c798e7120709ba (diff)
changes: fix woring that mentions SHA* one shot functions are deprecated
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/15668)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index e0423a8491..5b0f0df11e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -690,8 +690,8 @@ breaking changes, and mappings for the large list of deprecated functions.
*Paul Dale*
- * The low-level MD2, MD4, MD5, MDC2, RIPEMD160, SHA1, SHA224, SHA256,
- SHA384, SHA512 and Whirlpool digest functions have been deprecated.
+ * The low-level MD2, MD4, MD5, MDC2, RIPEMD160 and Whirlpool digest
+ functions have been deprecated.
*Paul Dale and David von Oheimb*