Remove ASYNC_in_job()
authorMatt Caswell <matt@openssl.org>
Wed, 23 Sep 2015 22:12:36 +0000 (23:12 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Nov 2015 23:34:34 +0000 (23:34 +0000)
commit44a27ac282ec2a419027383ce0ac6c7f304b1490
treebd1e0800584ece3edb368849620f1ce7039c6344
parentc00793da995b6e2d52ac4423dc8d5a8607852ff8
Remove ASYNC_in_job()

The ASYNC_in_job() function is redundant. The same effect can be achieved by
using ASYNC_get_current_job().

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/async/async.c
include/openssl/async.h
ssl/ssl_lib.c