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

Name

Description

c

Context to free, or NULL (no‐op).

Created with MrDocs