diff options
Diffstat (limited to 'ext/openssl')
-rw-r--r-- | ext/openssl/php_openssl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/php_openssl.h b/ext/openssl/php_openssl.h index eaa84b7252..f1f85cb645 100644 --- a/ext/openssl/php_openssl.h +++ b/ext/openssl/php_openssl.h @@ -22,7 +22,7 @@ #ifndef PHP_OPENSSL_H #define PHP_OPENSSL_H /* HAVE_OPENSSL would include SSL MySQL stuff */ -#if HAVE_OPENSSL_EXT +#ifdef HAVE_OPENSSL_EXT extern zend_module_entry openssl_module_entry; #define phpext_openssl_ptr &openssl_module_entry |