Test whether a BIGNUM equals one.
Declared in <openssl/bn.h>
<openssl/bn.h>
int BN_is_one(BIGNUM const* a);
1 if a has the value 1, or 0 otherwise.
a