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:45:12 +0000 (15:45 +0000)
commit955286c9f38c11b8be719d632fa9267eb13467f8
tree0176ecafde76e272ed1608f006e9482a58d6c95e
parentbb5b56af4c3b9e43a698f01b70732c62d3642583
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)
(cherry picked from commit 219aa86cb04e1bfc9c156fab18da2f767502afb2)
crypto/async/async_wait.c