diff options
author | foobar <sniper@php.net> | 2003-02-28 07:25:15 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-02-28 07:25:15 +0000 |
commit | 08b5f6b2b90962285d273bf9e896446f43e67784 (patch) | |
tree | a28e14e912ab8591b54c9cdd1b3c0c27e7b064fd /main/php_network.h | |
parent | 282512abea2e79a6c7f5562009a1a3751fce557e (diff) | |
download | php-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.h | 4 |
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 |