From eff7cb41d1bbcef65b34d3f75307a1b4ad11c563 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 3 Nov 2005 15:31:28 +0000 Subject: Disable BIO_s_fd on CE and disable fd:N as password passing option on all _WIN32 [see commentary for clarification]. --- crypto/bio/bss_fd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crypto/bio/bss_fd.c') diff --git a/crypto/bio/bss_fd.c b/crypto/bio/bss_fd.c index 4c229bf641..5786ed495b 100644 --- a/crypto/bio/bss_fd.c +++ b/crypto/bio/bss_fd.c @@ -56,6 +56,8 @@ * [including the GNU Public Licence.] */ +#if !defined(_WIN32_WCE) + #include #include #define USE_SOCKETS @@ -292,3 +294,4 @@ int BIO_fd_non_fatal_error(int err) } return(0); } +#endif -- cgit v1.2.3