Commit 9920a58e authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix the error code for SSL_get_async_wait_fd()



0 is a valid file descriptor so SSL_get_async_wait_fd should instead return
-1 on error.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent bc8857bf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment