BN_is_negative returns 1 if the BIGNUM is negative

Synopsis

Declared in <openssl/bn.h>

int
BN_is_negative(BIGNUM const* b);

Return Value

1 if a < 0 and 0 otherwise

Parameters

Name

Description

b

pointer to the BIGNUM object

Created with MrDocs