[#ASYNC_WAIT_CTX_set_status] = ASYNC_WAIT_CTX_set_status :mrdocs: Set the engine‐reported status of an asynchronous wait context. == Synopsis Declared in `<openssl/async.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ASYNC_WAIT_CTX_set_status( xref:ASYNC_WAIT_CTX.adoc[ASYNC_WAIT_CTX]* ctx, int status); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Wait context to update. | *status* | One of the ASYNC_STATUS_* values describing progress or readiness. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#