summaryrefslogtreecommitdiff
path: root/main/php_network.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-02-28 07:25:15 +0000
committerfoobar <sniper@php.net>2003-02-28 07:25:15 +0000
commit08b5f6b2b90962285d273bf9e896446f43e67784 (patch)
treea28e14e912ab8591b54c9cdd1b3c0c27e7b064fd /main/php_network.h
parent282512abea2e79a6c7f5562009a1a3751fce557e (diff)
downloadphp-git-08b5f6b2b90962285d273bf9e896446f43e67784.tar.gz
- No need to include the ssl headers elsewhere but in ext/openssl
# ext/ftp doesn't use streams yet so it needs to include them.
Diffstat (limited to 'main/php_network.h')
-rw-r--r--main/php_network.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/php_network.h b/main/php_network.h
index 57dc41f96c..f3870d2aa1 100644
--- a/main/php_network.h
+++ b/main/php_network.h
@@ -76,10 +76,6 @@ PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize);
#include <sys/time.h>
#endif
-#if HAVE_OPENSSL_EXT
-#include <openssl/ssl.h>
-#endif
-
#ifdef HAVE_STDDEF_H
#include <stddef.h>
#endif