[#ASYNC_WAIT_CTX_free] = ASYNC_WAIT_CTX_free :mrdocs: Free an asynchronous wait context and its associated resources. == Synopsis Declared in `<openssl/async.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ASYNC_WAIT_CTX_free(xref:ASYNC_WAIT_CTX.adoc[ASYNC_WAIT_CTX]* ctx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Wait context to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#