diff options
author | Randall S. Becker <randall.becker@nexbridge.ca> | 2024-04-20 00:15:10 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-04-24 09:35:29 +0200 |
commit | 0339382abad578ccb3989799ea2fb99dfb2d099b (patch) | |
tree | 6a25b6c799f06c9c6d3055a487099e96327af036 /crypto | |
parent | updating fuzz-corpora submodule (diff) | |
download | openssl-0339382abad578ccb3989799ea2fb99dfb2d099b.tar.xz openssl-0339382abad578ccb3989799ea2fb99dfb2d099b.zip |
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.c | 3 |
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 |