From 1715e4885aecd804f22be7ac17afbbae6c154048 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 3 Nov 2005 15:50:50 +0000 Subject: Reserve for OPENSSL_NO_POSIX_IO macro which is to eliminate references to open/read/write/close. First OPENSSL_NO_POSIX_IO target would be Windows CE. --- crypto/bio/bss_fd.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'crypto/bio/bss_fd.c') diff --git a/crypto/bio/bss_fd.c b/crypto/bio/bss_fd.c index 5786ed495b..c4be18470f 100644 --- a/crypto/bio/bss_fd.c +++ b/crypto/bio/bss_fd.c @@ -56,12 +56,17 @@ * [including the GNU Public Licence.] */ -#if !defined(_WIN32_WCE) - #include #include #define USE_SOCKETS #include "cryptlib.h" + +#if defined(OPENSSL_NO_POSIX_IO) +/* + * One can argue that one should implement dummy placeholder for + * BIO_s_fd here... + */ +#else /* * As for unconditional usage of "UPLINK" interface in this module. * Trouble is that unlike Unix file descriptors [which are indexes -- cgit v1.2.3