Return a shared BIGNUM constant equal to 1.
Synopsis
Declared in <openssl/bn.h>
BIGNUM const*
BN_value_one();
Return Value
Pointer to a static BIGNUM holding the value 1; do not free or modify.
Created with MrDocs