diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/bio/bss_acpt.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/libcrypto/bio/bss_acpt.c b/src/lib/libcrypto/bio/bss_acpt.c index d772515d64..d7c151eaaa 100644 --- a/src/lib/libcrypto/bio/bss_acpt.c +++ b/src/lib/libcrypto/bio/bss_acpt.c | |||
@@ -64,16 +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 | 68 | ||
78 | typedef struct bio_accept_st { | 69 | typedef struct bio_accept_st { |
79 | int state; | 70 | int state; |