]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
changes: fix woring that mentions SHA* one shot functions are deprecated
authorPauli <pauli@openssl.org>
Wed, 9 Jun 2021 03:40:27 +0000 (13:40 +1000)
committerPauli <pauli@openssl.org>
Thu, 10 Jun 2021 04:18:06 +0000 (14:18 +1000)
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)

CHANGES.md

index e0423a849199015505b678cde3dd9b99a7ee480c..5b0f0df11e11ed4fdddcbac191033ff63dc159c2 100644 (file)
@@ -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*