1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00

Fix 69882 entry

This commit is contained in:
Lior Kaplan
2015-07-22 20:34:31 +03:00
parent 3eee495570
commit 8560138274
+2 -2
View File
@@ -32,8 +32,8 @@ PHP NEWS
columns). (cmb)
- OpenSSL:
. Fixed bug #69882 (OpenSSL error key values mismatch after
openssl_pkcs12_read with extra cert) (Tomasz Sawicki)
. Fixed bug #69882 (OpenSSL error "key values mismatch" after
openssl_pkcs12_read with extra cert). (Tomasz Sawicki)
- Standard:
. Fixed bug #70096 (Repeated iptcembed() adds superfluous FF bytes). (cmb)