The branch master has been updated
via 2625807aff370830b55c0fb71b63357e8523733e (commit)
from 5540855bda5e58f4b33f2306feb6ff4e93c0af81 (commit)
- Log -----------------------------------------------------------------
commit 2625807aff370830b55c0fb71b63357e8523733e
Author: Pauli <[email protected]>
Date: Fri Jul 30 10:38:33 2021 +1000
changes: remove duplicate entry
Reviewed-by: Shane Lontis <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/16180)
-----------------------------------------------------------------------
Summary of changes:
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.