From: Pauli Date: Fri, 30 Jul 2021 00:38:33 +0000 (+1000) Subject: changes: remove duplicate entry X-Git-Tag: openssl-3.0.0~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2625807aff370830b55c0fb71b63357e8523733e;p=thirdparty%2Fopenssl.git changes: remove duplicate entry Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/16180) --- diff --git a/CHANGES.md b/CHANGES.md index 49031339d0a..5991eb54655 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1566,12 +1566,6 @@ OpenSSL 1.1.1 *Richard Levitte* - * Added newline escaping functionality to a filename when using openssl dgst. - This output format is to replicate the output format found in the `*sum` - checksum programs. This aims to preserve backward compatibility. - - *Matt Eaton, Richard Levitte, and Paul Dale* - * Print all values for a PKCS#12 attribute with 'openssl pkcs12', not just the first value.