[#BN_GENCB_new] = BN_GENCB_new :mrdocs: Allocate a BN_GENCB used to report progress from prime generation. == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BN_GENCB.adoc[BN_GENCB]* BN_GENCB_new(); ---- == Return Value New callback object, or NULL on failure; free with BN_GENCB_free(). [.small]#Created with https://www.mrdocs.com[MrDocs]#