ASYNC_WAIT_CTX_get_status

Get the current status of an asynchronous wait context.

Synopsis

Declared in <openssl/async.h>

int
ASYNC_WAIT_CTX_get_status(ASYNC_WAIT_CTX* ctx);

Return Value

One of the ASYNC_STATUS_* values.

Parameters

NameDescription
ctxWait context to query.