diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-06-19 07:23:32 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-06-19 07:23:32 +0200 |
commit | d96e1d36247cc89f31676312890e35f0a9cd277f (patch) | |
tree | 01b305ecb17de159c6737fc8965fe569dfacb8fd /php-5.6.0-openssl.patch | |
parent | 7a2722dd3dc7948cb124f1e709bbe5678e9ac486 (diff) |
PHP 5.6.0RC1
Diffstat (limited to 'php-5.6.0-openssl.patch')
-rw-r--r-- | php-5.6.0-openssl.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/php-5.6.0-openssl.patch b/php-5.6.0-openssl.patch deleted file mode 100644 index 4167d2d..0000000 --- a/php-5.6.0-openssl.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- ext/openssl/tests/openssl_spki_verify.phpt.orig 2014-06-11 16:52:01.794416390 +0200 -+++ ext/openssl/tests/openssl_spki_verify.phpt 2014-06-11 16:53:34.629855059 +0200 -@@ -17,9 +17,7 @@ - '4096'=>4096); - - /* array of available hashings to test */ --$algo = array('md4'=>OPENSSL_ALGO_MD4, -- 'md5'=>OPENSSL_ALGO_MD5, -- 'sha1'=>OPENSSL_ALGO_SHA1, -+$algo = array('sha1'=>OPENSSL_ALGO_SHA1, - 'sha224'=>OPENSSL_ALGO_SHA224, - 'sha256'=>OPENSSL_ALGO_SHA256, - 'sha384'=>OPENSSL_ALGO_SHA384, -@@ -58,18 +56,6 @@ - bool(true) - bool(false) - bool(true) --bool(false) --bool(true) --bool(false) --bool(true) --bool(false) --bool(true) --bool(false) --bool(true) --bool(false) --bool(true) --bool(false) --bool(true) - bool(false) - bool(true) - bool(false) |