diff options
Diffstat (limited to 'ext/openssl/php_openssl.h')
-rw-r--r-- | ext/openssl/php_openssl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/openssl/php_openssl.h b/ext/openssl/php_openssl.h index 48d82b7952..c4aada4e5f 100644 --- a/ext/openssl/php_openssl.h +++ b/ext/openssl/php_openssl.h @@ -132,12 +132,6 @@ PHP_FUNCTION(openssl_get_cert_locations); #endif -#if OPENSSL_VERSION_NUMBER < 0x10100000L -#define EVP_PKEY_get0_RSA(_pkey) _pkey->pkey.rsa -#define EVP_PKEY_get0_DSA(_pkey) _pkey->pkey.dsa -#define EVP_PKEY_get0_DH(_pkey) _pkey->pkey.dh -#define EVP_PKEY_get0_EC_KEY(_pkey) _pkey->pkey.ec -#endif #endif |