[#BN_new] = BN_new :mrdocs: Allocate a new BIGNUM initialized to zero. == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIGNUM.adoc[BIGNUM]* BN_new(); ---- == Return Value New BIGNUM, or NULL on failure; free with BN_free() / BN_clear_free(). [.small]#Created with https://www.mrdocs.com[MrDocs]#