Obtain a temporary BIGNUM from the current BN_CTX frame started by BN_CTX_start().
Declared in <openssl/bn.h>
<openssl/bn.h>
BIGNUM* BN_CTX_get(BN_CTX* ctx);
Temporary BIGNUM owned by ctx (do not free), or NULL on error / after a prior failure.
ctx