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
..
2011-03-16 11:50:33 +00:00
2015-08-16 21:08:25 -04:00
2011-03-25 16:20:35 +00:00
2015-05-04 15:07:52 -04:00
2015-09-06 18:03:54 -04:00
2014-09-24 15:35:02 +02:00
2015-09-28 13:36:46 -04:00
2009-09-06 15:49:46 +00:00
2015-09-25 20:22:27 -04:00
2015-09-28 14:29:16 +01:00
2015-09-28 15:28:16 +02:00
2015-09-29 18:05:55 +02:00
2015-09-21 10:17:58 +01:00
2015-09-22 00:40:31 -04:00
2009-09-07 17:57:18 +00:00