Add signed BIGNUMs: r = a + b.
r
a
b.
Declared in <openssl/bn.h>
<openssl/bn.h>
int BN_add( BIGNUM* r, BIGNUM const* a, BIGNUM const* b);
1 on success, or 0 on error.