Clear sensitive digits of a BIGNUM and free it.
Declared in <openssl/bn.h>
<openssl/bn.h>
void BN_clear_free(BIGNUM* a);
Name
Description
a
BIGNUM to wipe and free, or NULL.
Created with MrDocs