From: Anantha Kesari H Y Date: Wed, 29 Sep 2004 10:28:17 +0000 (+0000) Subject: Included select.h for NetWare X-Git-Tag: PRE_NEW_VM_GEN_PATCH~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7387db436681c28924a847d2c7e655a80fb7efe3;p=php Included select.h for NetWare --- 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 #include +#ifdef NETWARE +#include +#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);