ASYNC_WAIT_CTX_free

Free an asynchronous wait context and its associated resources.

Synopsis

Declared in <openssl/async.h>

void
ASYNC_WAIT_CTX_free(ASYNC_WAIT_CTX* ctx);

Parameters

NameDescription
ctxWait context to free, or NULL.