[#BN_free] = BN_free :mrdocs: Free a BIGNUM and its limbs (no‐op for static BIGNUMs flagged BN_FLG_STATIC_DATA). == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void BN_free(xref:BIGNUM.adoc[BIGNUM]* a); ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | BIGNUM to free, or NULL (no‐op). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#