summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio_sock.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bio/bio_sock.c')
-rw-r--r--crypto/bio/bio_sock.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/bio/bio_sock.c b/crypto/bio/bio_sock.c
index 52b11fa8c1..05523b5e5f 100644
--- a/crypto/bio/bio_sock.c
+++ b/crypto/bio/bio_sock.c
@@ -26,9 +26,6 @@ static int wsa_init_done = 0;
# if defined __TANDEM
# include <unistd.h>
# include <sys/time.h> /* select */
-# if defined(OPENSSL_TANDEM_FLOSS)
-# include <floss.h(floss_select)>
-# endif
# elif defined _WIN32
# include <winsock.h> /* for type fd_set */
# else