BN_set_negative

sets sign of a BIGNUM

extern (C) nothrow @nogc
void
BN_set_negative

Parameters

b libressl_d.openssl.ossl_typ.BIGNUM*

pointer to the BIGNUM object

n int

0 if the BIGNUM b should be positive and a value != 0 otherwise

Meta