ASYNC_get_wait_ctx

Return the wait context associated with an asynchronous job.

Synopsis

Declared in <openssl/async.h>

ASYNC_WAIT_CTX*
ASYNC_get_wait_ctx(ASYNC_JOB* job);

Return Value

The job's ASYNC_WAIT_CTX, or NULL if job is NULL.

Parameters

NameDescription
jobJob whose wait context is requested.