BN_GENCB_free

Free a BN_GENCB allocated by BN_GENCB_new().

Synopsis

Declared in <openssl/bn.h>

void
BN_GENCB_free(BN_GENCB* cb);

Parameters

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