Compare two BIGNUMs considering sign.
Declared in <openssl/bn.h>
<openssl/bn.h>
int BN_cmp( BIGNUM const* a, BIGNUM const* b);
-1 if a < b, 0 if equal, or 1 if a > b.