BN_is_negative

BN_is_negative returns 1 if the BIGNUM is negative \param a pointer to the BIGNUM object \return 1 if a < 0 and 0 otherwise

extern (C) nothrow
BN_is_negative
()
(
const(BIGNUM)* a
)

Meta