Andy Polyakov b13fdc4860 Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.
Even though SOCKET is effectively declared as (void *) on Windows, it's
not actually a pointer, but an index within per-process table of
kernel objects. The table size is actually limited and its upper limit
is far below upper limit for signed 32-bit integer. This is what makes
cast in question possible.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-10-05 09:22:54 +02:00
..
2015-09-03 16:26:34 -04:00
2015-09-03 16:26:34 -04:00
2015-03-06 14:06:17 +00:00
2015-05-04 15:00:13 -04:00
2015-09-23 13:53:26 +01:00
2015-09-29 21:59:19 -04:00
2015-06-23 17:09:35 -04:00