Test whether a BIGNUM is odd.
Declared in <openssl/bn.h>
<openssl/bn.h>
int BN_is_odd(BIGNUM const* a);
1 if the least-significant bit of a is set, or 0 otherwise.
a