From 2625807aff370830b55c0fb71b63357e8523733e Mon Sep 17 00:00:00 2001 From: Pauli Date: Fri, 30 Jul 2021 10:38:33 +1000 Subject: [PATCH] changes: remove duplicate entry Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/16180) --- CHANGES.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 49031339d0..5991eb5465 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.