ASYNC_WAIT_CTX_set_status

Set the engine-reported status of an asynchronous wait context.

Synopsis

Declared in <openssl/async.h>

int
ASYNC_WAIT_CTX_set_status(
    ASYNC_WAIT_CTX* ctx,
    int status);

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
ctxWait context to update.
statusOne of the ASYNC_STATUS_* values describing progress or readiness.