]> granicus.if.org Git - openssl/commit
Further improvements to ASYNC_WAIT_CTX_clear_fd
authorAndrea Grandi <andrea.grandi@intel.com>
Fri, 10 Feb 2017 10:23:21 +0000 (10:23 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 13 Feb 2017 15:29:43 +0000 (15:29 +0000)
commit219aa86cb04e1bfc9c156fab18da2f767502afb2
treeb058209c1b0234170db53b875404a1a61380c58c
parentf89dd6738a0ec2b6cfb05a3cc5fa38843dc27d2f
Further improvements to ASYNC_WAIT_CTX_clear_fd

Remove call to cleanup function
Use only one loop to find previous element

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2581)
crypto/async/async_wait.c