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

Name

Description

ctx

Wait context to free, or NULL.

Created with MrDocs