Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
BN_set_negative, BN_is_negative — change and inspect the sign of a BIGNUMSYNOPSIS
#include <openssl/bn.h>BN_set_negative(BIGNUM *b, int n);
BN_is_negative(const BIGNUM *b);