]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/lib/http_server.c
Remove all references to FLOSS for NonStop Builds.
[thirdparty/openssl.git] / apps / lib / http_server.c
index 0bdeaeb5f7416bd6494b025537d95832a2bfb9e3..8a8c8897d33c23d5621c07f31135119dd6dc6375 100644 (file)
 #include "s_apps.h"
 #include "log.h"
 
-#if defined(__TANDEM)
-# if defined(OPENSSL_TANDEM_FLOSS)
-#  include <floss.h(floss_fork)>
-# endif
-#endif
-
 #define HTTP_PREFIX "HTTP/"
 #define HTTP_VERSION_PATT "1." /* allow 1.x */
 #define HTTP_PREFIX_VERSION HTTP_PREFIX""HTTP_VERSION_PATT