diff options
Diffstat (limited to 'security/php70-openssl/files/patch-openssl.c')
-rw-r--r-- | security/php70-openssl/files/patch-openssl.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/php70-openssl/files/patch-openssl.c b/security/php70-openssl/files/patch-openssl.c deleted file mode 100644 index 7dce8bd80c65..000000000000 --- a/security/php70-openssl/files/patch-openssl.c +++ /dev/null @@ -1,11 +0,0 @@ ---- openssl.c.orig 2018-03-27 13:10:48 UTC -+++ openssl.c -@@ -566,7 +566,7 @@ ZEND_GET_MODULE(openssl) - #endif - - /* {{{ OpenSSL compatibility functions and macros */ --#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined (LIBRESSL_VERSION_NUMBER) -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || ( defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L ) - #define EVP_PKEY_get0_RSA(_pkey) _pkey->pkey.rsa - #define EVP_PKEY_get0_DH(_pkey) _pkey->pkey.dh - #define EVP_PKEY_get0_DSA(_pkey) _pkey->pkey.dsa |