diff options
Diffstat (limited to 'src/lib/libssl/src/apps/s_server.c')
-rw-r--r-- | src/lib/libssl/src/apps/s_server.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/lib/libssl/src/apps/s_server.c b/src/lib/libssl/src/apps/s_server.c index 26e1fe9505..4ad535b9ee 100644 --- a/src/lib/libssl/src/apps/s_server.c +++ b/src/lib/libssl/src/apps/s_server.c | |||
@@ -161,15 +161,6 @@ | |||
161 | #include <sys/types.h> | 161 | #include <sys/types.h> |
162 | #endif | 162 | #endif |
163 | 163 | ||
164 | /* With IPv6, it looks like Digital has mixed up the proper order of | ||
165 | recursive header file inclusion, resulting in the compiler complaining | ||
166 | that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which | ||
167 | is needed to have fileno() declared correctly... So let's define u_int */ | ||
168 | #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__U_INT) | ||
169 | #define __U_INT | ||
170 | typedef unsigned int u_int; | ||
171 | #endif | ||
172 | |||
173 | #include <openssl/lhash.h> | 164 | #include <openssl/lhash.h> |
174 | #include <openssl/bn.h> | 165 | #include <openssl/bn.h> |
175 | #define USE_SOCKETS | 166 | #define USE_SOCKETS |
@@ -192,11 +183,6 @@ typedef unsigned int u_int; | |||
192 | #include "s_apps.h" | 183 | #include "s_apps.h" |
193 | #include "timeouts.h" | 184 | #include "timeouts.h" |
194 | 185 | ||
195 | #if (defined(OPENSSL_SYS_VMS) && __VMS_VER < 70000000) | ||
196 | /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */ | ||
197 | #undef FIONBIO | ||
198 | #endif | ||
199 | |||
200 | #if defined(OPENSSL_SYS_BEOS_R5) | 186 | #if defined(OPENSSL_SYS_BEOS_R5) |
201 | #include <fcntl.h> | 187 | #include <fcntl.h> |
202 | #endif | 188 | #endif |