Disable BIO_s_fd on CE and disable fd:N as password passing option on
[openssl.git] / crypto / bio / bss_fd.c
index 4c229bf64103258a41eb05279a80085329c57650..5786ed495b6b8948c1c694da05fc63bf57ca284d 100644 (file)
@@ -56,6 +56,8 @@
  * [including the GNU Public Licence.]
  */
 
+#if !defined(_WIN32_WCE)
+
 #include <stdio.h>
 #include <errno.h>
 #define USE_SOCKETS
@@ -292,3 +294,4 @@ int BIO_fd_non_fatal_error(int err)
                }
        return(0);
        }
+#endif