summaryrefslogtreecommitdiff
path: root/ext/openssl
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2004-09-29 10:28:17 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2004-09-29 10:28:17 +0000
commit7387db436681c28924a847d2c7e655a80fb7efe3 (patch)
tree276c186d9ca61c605be33d14781438fadaa50b10 /ext/openssl
parent474c53348cfb19433aa1f98a761f7b5779a933f5 (diff)
downloadphp-git-7387db436681c28924a847d2c7e655a80fb7efe3.tar.gz
Included select.h for NetWare
Diffstat (limited to 'ext/openssl')
-rw-r--r--ext/openssl/xp_ssl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c
index 4d5f590bab..5686352613 100644
--- a/ext/openssl/xp_ssl.c
+++ b/ext/openssl/xp_ssl.c
@@ -27,6 +27,10 @@
#include <openssl/x509.h>
#include <openssl/err.h>
+#ifdef NETWARE
+#include <sys/select.h>
+#endif
+
int php_openssl_apply_verification_policy(SSL *ssl, X509 *peer, php_stream *stream TSRMLS_DC);
SSL *php_SSL_new_from_context(SSL_CTX *ctx, php_stream *stream TSRMLS_DC);