Don't use select on Windows
authorMatt Caswell <matt@openssl.org>
Wed, 20 Apr 2016 11:56:54 +0000 (12:56 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 20 Apr 2016 13:52:46 +0000 (14:52 +0100)
commitd6e03b707796747442be86c56e88c653f91ac9ed
tree1e2b34e49a2f142f8b1e03bace9d3c7bc1e82967
parent505f74ca34ea59f18ec980d1fd9150d8e348d1e3
Don't use select on Windows

Windows "select" only works for sockets so don't use it to wait for async.

Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/apps.c