summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-06-27 16:41:41 +0000
committerfoobar <sniper@php.net>2003-06-27 16:41:41 +0000
commit3a7ca909becef523275ac0b7cc8d2f9d5b3eff1d (patch)
tree8d673f914daafe68e724f0ad4cc50c53d97e3783 /main
parent357f62734ade0f293454596c46fce51d21275734 (diff)
downloadphp-git-3a7ca909becef523275ac0b7cc8d2f9d5b3eff1d.tar.gz
- HAVE_OPENSSL_EXT is not defined always.
Diffstat (limited to 'main')
-rw-r--r--main/internal_functions.c.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/internal_functions.c.in b/main/internal_functions.c.in
index 4017194ca2..b0e541c7b9 100644
--- a/main/internal_functions.c.in
+++ b/main/internal_functions.c.in
@@ -28,7 +28,7 @@
#include <stdlib.h>
#include <stdio.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>