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

Name

Description

a

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

Created with MrDocs