BN_CTX_free

Free a BN_CTX and any BIGNUMs still owned by its stack frames.

Synopsis

Declared in <openssl/bn.h>

void
BN_CTX_free(BN_CTX* c);

Parameters

NameDescription
cContext to free, or NULL (no-op).