Fix error with wait set of fds for the select()
authorAndrea Grandi <andrea.grandi@intel.com>
Thu, 3 Mar 2016 07:09:00 +0000 (07:09 +0000)
committerRich Salz <rsalz@openssl.org>
Wed, 9 Mar 2016 02:04:08 +0000 (21:04 -0500)
commit564e10294a4abe9743c7d8a9ccba30eb8e1c54d0
tree476ed5e82adf7294e36d2639bc2e8bafb64bdafd
parent2f781956779d64e32f3cfb0016a532de2bb6dc89
Fix error with wait set of fds for the select()

It also makes the call to select blocking to reduce CPU usage

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