[#BN_set_negative] = BN_set_negative :mrdocs: BN_set_negative sets sign of a BIGNUM == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void BN_set_negative( xref:BIGNUM.adoc[BIGNUM]* b, int n); ---- == Parameters [cols="1,4"] |=== | Name| Description | *b* | pointer to the BIGNUM object | *n* | 0 if the BIGNUM b should be positive and a value != 0 otherwise |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#