Test whether a BIGNUM is zero.
Declared in <openssl/bn.h>
<openssl/bn.h>
int BN_is_zero(BIGNUM const* a);
1 if a is zero, or 0 otherwise.
a