Allocate a BN_CTX using the default library context.
Synopsis
Declared in <openssl/bn.h>
BN_CTX*
BN_CTX_new();
Return Value
New BN_CTX, or NULL on allocation failure; free with BN_CTX_free().
Created with MrDocs