BN_GENCB_new

Allocate a BN_GENCB used to report progress from prime generation.

Synopsis

Declared in <openssl/bn.h>

BN_GENCB*
BN_GENCB_new();

Return Value

New callback object, or NULL on failure; free with BN_GENCB_free().