Allocate a new BIGNUM that is a deep copy of a.
a.
Declared in <openssl/bn.h>
<openssl/bn.h>
BIGNUM* BN_dup(BIGNUM const* a);
New BIGNUM equal to a, or NULL on failure; free with BN_free().
a,