summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRandall S. Becker <randall.becker@nexbridge.ca>2024-04-19 22:15:10 +0000
committerTomas Mraz <tomas@openssl.org>2024-04-24 09:35:29 +0200
commit0339382abad578ccb3989799ea2fb99dfb2d099b (patch)
tree6a25b6c799f06c9c6d3055a487099e96327af036 /crypto
parentca43171b3c38cd8bcd6de8ec11a3b34751cd5a8b (diff)
Remove all references to FLOSS for NonStop Builds.
FLOSS is no longer a dependency for NonStop as of the deprecation of the SPT thread model builds. Fixes: #24214 Signed-off-by: Randall S. Becker <randall.becker@nexbridge.ca> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24217)
Diffstat (limited to 'crypto')
-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