Copy BIGNUM b into a, resizing a as needed.
b
a,
a
Declared in <openssl/bn.h>
<openssl/bn.h>
BIGNUM* BN_copy( BIGNUM* a, BIGNUM const* b);
a on success, or NULL on allocation failure.