RAND_bytes updates
[openssl.git] / crypto / bio / bss_sock.c
index 6194d2c0315b8cee5be3f04c07089a99ec6dd762..5a73e81315db3e69b998d21094ee99c7cd73597e 100644 (file)
@@ -233,12 +233,6 @@ int BIO_sock_non_fatal_error(int err)
 #  if defined(WSAEWOULDBLOCK)
     case WSAEWOULDBLOCK:
 #  endif
-
-#  if 0                         /* This appears to always be an error */
-#   if defined(WSAENOTCONN)
-    case WSAENOTCONN:
-#   endif
-#  endif
 # endif
 
 # ifdef EWOULDBLOCK