OSSL_LIB_CTX_free

Free a library context and its associated provider/algorithm state.

Synopsis

Declared in <openssl/crypto.h>

void
OSSL_LIB_CTX_free(OSSL_LIB_CTX* ctx);

Parameters

NameDescription
ctxContext to free, or NULL.