Set bit n of BIGNUM a (expanding the value if needed).
n
a
Declared in <openssl/bn.h>
<openssl/bn.h>
int BN_set_bit( BIGNUM* a, int n);
1 on success, or 0 on error.