BN_free

Free a BIGNUM and its limbs (no-op for static BIGNUMs flagged BN_FLG_STATIC_DATA).

Synopsis

Declared in <openssl/bn.h>

void
BN_free(BIGNUM* a);

Parameters

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