From: Pauli Date: Wed, 9 Jun 2021 03:40:27 +0000 (+1000) Subject: changes: fix woring that mentions SHA* one shot functions are deprecated X-Git-Tag: openssl-3.0.0-beta1~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dc8eb5be0375b1e3f33f711b3a62712b3042a6b;p=thirdparty%2Fopenssl.git changes: fix woring that mentions SHA* one shot functions are deprecated Reviewed-by: Richard Levitte Reviewed-by: David von Oheimb (Merged from https://github.com/openssl/openssl/pull/15668) --- diff --git a/CHANGES.md b/CHANGES.md index e0423a84919..5b0f0df11e1 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*