openssl/crypto/async
Matt Caswell 826760945d 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: Rich Salz <rsalz@openssl.org>
2015-11-20 23:32:18 +00:00
..
arch Increase stack size 2015-11-20 23:32:18 +00:00
async.c Async clean ups 2015-11-20 23:32:18 +00:00
async_locl.h Add null async implementation 2015-11-20 23:32:18 +00:00
Makefile Add null async implementation 2015-11-20 23:32:18 +00:00