BN_is_negative returns 1 if the BIGNUM is negative
Declared in <openssl/bn.h>
<openssl/bn.h>
int BN_is_negative(BIGNUM const* b);
1 if a < 0 and 0 otherwise