Free a BN_GENCB allocated by BN_GENCB_new().

Synopsis

Declared in <openssl/bn.h>

void
BN_GENCB_free(BN_GENCB* cb);

Parameters

Name

Description

cb

Callback object to free, or NULL (no‐op).

Created with MrDocs