iliaa           Sat Oct 19 13:05:09 2002 EDT

  Modified files:              
    /php4/main  network.c 
  Log:
  Silence compile warning, when compiling --with-openssl.
  
  
Index: php4/main/network.c
diff -u php4/main/network.c:1.81 php4/main/network.c:1.82
--- php4/main/network.c:1.81    Sat Oct 19 12:50:07 2002
+++ php4/main/network.c Sat Oct 19 13:05:08 2002
@@ -16,7 +16,7 @@
    | Streams work by Wez Furlong <[EMAIL PROTECTED]>                   |
    +----------------------------------------------------------------------+
  */
-/* $Id: network.c,v 1.81 2002/10/19 16:50:07 iliaa Exp $ */
+/* $Id: network.c,v 1.82 2002/10/19 17:05:08 iliaa Exp $ */
 
 /*#define DEBUG_MAIN_NETWORK 1*/
 
@@ -47,6 +47,10 @@
 
 #ifndef _FCNTL_H
 #include <fcntl.h>
+#endif
+
+#ifdef HAVE_OPENSSL_EXT
+#include <openssl/err.h>
 #endif
 
 #ifdef HAVE_SYS_SELECT_H



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to