diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/bio/bss_conn.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/libcrypto/bio/bss_conn.c b/src/lib/libcrypto/bio/bss_conn.c index df34c49a4a..db877b140b 100644 --- a/src/lib/libcrypto/bio/bss_conn.c +++ b/src/lib/libcrypto/bio/bss_conn.c | |||
@@ -64,17 +64,7 @@ | |||
64 | 64 | ||
65 | #ifndef OPENSSL_NO_SOCK | 65 | #ifndef OPENSSL_NO_SOCK |
66 | 66 | ||
67 | #ifdef OPENSSL_SYS_WIN16 | ||
68 | #define SOCKET_PROTOCOL 0 /* more microsoft stupidity */ | ||
69 | #else | ||
70 | #define SOCKET_PROTOCOL IPPROTO_TCP | 67 | #define SOCKET_PROTOCOL IPPROTO_TCP |
71 | #endif | ||
72 | |||
73 | #if (defined(OPENSSL_SYS_VMS) && __VMS_VER < 70000000) | ||
74 | /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */ | ||
75 | #undef FIONBIO | ||
76 | #endif | ||
77 | |||
78 | 68 | ||
79 | typedef struct bio_connect_st { | 69 | typedef struct bio_connect_st { |
80 | int state; | 70 | int state; |