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