BN_set_negative

BN_set_negative sets sign of a BIGNUM \param b pointer to the BIGNUM object \param n 0 if the BIGNUM b should be positive and a value != 0 otherwise

extern (C) nothrow
void
BN_set_negative
(
BIGNUM* b
,
int n
)

Meta