diff options
author | foobar <sniper@php.net> | 2003-06-27 16:41:41 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-06-27 16:41:41 +0000 |
commit | 3a7ca909becef523275ac0b7cc8d2f9d5b3eff1d (patch) | |
tree | 8d673f914daafe68e724f0ad4cc50c53d97e3783 /sapi/apache/php_apache_http.h | |
parent | 357f62734ade0f293454596c46fce51d21275734 (diff) | |
download | php-git-3a7ca909becef523275ac0b7cc8d2f9d5b3eff1d.tar.gz |
- HAVE_OPENSSL_EXT is not defined always.
Diffstat (limited to 'sapi/apache/php_apache_http.h')
-rw-r--r-- | sapi/apache/php_apache_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/php_apache_http.h b/sapi/apache/php_apache_http.h index a1b1f6b25a..5cf10407fa 100644 --- a/sapi/apache/php_apache_http.h +++ b/sapi/apache/php_apache_http.h @@ -34,7 +34,7 @@ #include "php_regex.h" #include "php_compat.h" -#if HAVE_OPENSSL_EXT +#ifdef HAVE_OPENSSL_EXT /* zlib typedefs free_func which causes problems if the SSL includes happen * after zlib.h is included */ # include <openssl/ssl.h> |