[#BN_clear_free] = BN_clear_free :mrdocs: Clear sensitive digits of a BIGNUM and free it. == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void BN_clear_free(xref:BIGNUM.adoc[BIGNUM]* a); ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | BIGNUM to wipe and free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#