Async clean ups
authorMatt Caswell <matt@openssl.org>
Thu, 26 Mar 2015 10:15:59 +0000 (10:15 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Nov 2015 23:32:18 +0000 (23:32 +0000)
commit826760945de655d2d2d387cac3a3646ced80977e
tree8d2f6696345b56a1d4197acdc6a7398c9084108b
parent06754949e4317f5ba7e318a8841b78a7d622053f
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>
crypto/async/async.c
include/openssl/async.h
ssl/ssl_lib.c