diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/src/apps/s_client.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libssl/src/apps/s_client.c b/src/lib/libssl/src/apps/s_client.c index 6ca36de0ea..637e85e570 100644 --- a/src/lib/libssl/src/apps/s_client.c +++ b/src/lib/libssl/src/apps/s_client.c | |||
@@ -147,10 +147,6 @@ | |||
147 | #define APPS_WIN16 | 147 | #define APPS_WIN16 |
148 | #endif | 148 | #endif |
149 | 149 | ||
150 | /* With IPv6, it looks like Digital has mixed up the proper order of | ||
151 | recursive header file inclusion, resulting in the compiler complaining | ||
152 | that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which | ||
153 | is needed to have fileno() declared correctly... So let's define u_int */ | ||
154 | #define USE_SOCKETS | 150 | #define USE_SOCKETS |
155 | #include "apps.h" | 151 | #include "apps.h" |
156 | #include <openssl/x509.h> | 152 | #include <openssl/x509.h> |