Commit 82676094 authored by Matt Caswell's avatar Matt Caswell
Browse files

Async clean ups



Removed the function ASYNC_job_is_waiting() as it was redundant. The only
time user code has a handle on a job is when one is waiting, so all they
need to do is check whether the job is NULL. Also did some cleanups to
make sure the job really is NULL after it has been freed!

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 06754949
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