From dcd65cb98ec4a45e2b31359c006a41f9a4d5763a Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 12 Feb 2015 03:54:07 +0000 Subject: If you do not support POSIX I/O then you're not tall enough to ride... ok tedu@ --- src/lib/libcrypto/bio/bss_fd.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/lib/libcrypto/bio') diff --git a/src/lib/libcrypto/bio/bss_fd.c b/src/lib/libcrypto/bio/bss_fd.c index 71abb4744a..b21dbd92ed 100644 --- a/src/lib/libcrypto/bio/bss_fd.c +++ b/src/lib/libcrypto/bio/bss_fd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bss_fd.c,v 1.17 2014/07/11 08:44:47 jsing Exp $ */ +/* $OpenBSD: bss_fd.c,v 1.18 2015/02/12 03:54:07 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -63,12 +63,6 @@ #include -#if defined(OPENSSL_NO_POSIX_IO) -/* - * One can argue that one should implement dummy placeholder for - * BIO_s_fd here... - */ -#else #include static int fd_write(BIO *h, const char *buf, int num); @@ -271,4 +265,3 @@ BIO_fd_non_fatal_error(int err) } return (0); } -#endif -- cgit v1.2.3-55-g6feb