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

Name

Description

job

Job whose wait context is requested.

Created with MrDocs