Begin a temporary BIGNUM frame on a BN_CTX.
Declared in <openssl/bn.h>
<openssl/bn.h>
void BN_CTX_start(BN_CTX* ctx);
Pair with BN_CTX_end(). BIGNUMs obtained via BN_CTX_get() after start are released (not freed) when the matching end is called.