]> granicus.if.org Git - php/commitdiff
Fix OpenSSL record in NEWS file
authorJakub Zelenka <bukka@php.net>
Sun, 6 Sep 2015 15:51:06 +0000 (16:51 +0100)
committerJakub Zelenka <bukka@php.net>
Sun, 6 Sep 2015 15:51:06 +0000 (16:51 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 01b57e8f91736b9c30ede205dbfff0d531cc767f..82bf2fed400af8ce17925d893d58f1a30efd3b60 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,10 +9,6 @@ PHP                                                                        NEWS
   . Fixed bug #70001 (Assigning to DOMNode::textContent does additional entity
     encoding). (cmb)
 
-- OpenSSL:
-  . Fixed bug #70395 (Missing ARG_INFO for openssl_seal()). (cmb)
-  . Fixed bug #60632 (openssl_seal fails with AES). (Jakub Zelenka)
-
 - Streams:
   . Fixed bug #70361 (HTTP stream wrapper doesn't close keep-alive connections).
     (Niklas Keller)