Return the wait context associated with an asynchronous job.
Declared in <openssl/async.h>
<openssl/async.h>
ASYNC_WAIT_CTX* ASYNC_get_wait_ctx(ASYNC_JOB* job);
The job's ASYNC_WAIT_CTX, or NULL if job is NULL.
job