Comment doesn't match macro. BN_get_negative != BN_is_negative

 From crypto/bn/bn.h, rev 1.113

/* BN_get_negative():  returns 1 if the bignum is < 0 and 0 otherwise */
#define BN_is_negative(a) ((a)->neg != 0)



Love


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to