summaryrefslogtreecommitdiffstats
path: root/test
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 /test
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 'test')
-rw-r--r--test/drbgtest.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/drbgtest.c b/test/drbgtest.c
index 13bc62a4c0..06f7dc3cd8 100644
--- a/test/drbgtest.c
+++ b/test/drbgtest.c
@@ -28,12 +28,6 @@
# include <windows.h>
#endif
-#if defined(__TANDEM)
-# if defined(OPENSSL_TANDEM_FLOSS)
-# include <floss.h(floss_fork)>
-# endif
-#endif
-
#if defined(OPENSSL_SYS_UNIX)
# include <sys/types.h>
# include <sys/wait.h>