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_new, BN_clear, BN_free, BN_clear_free — allocate and free BIGNUMsSYNOPSIS
#include <openssl/bn.h>BN_new(void);
BN_clear(BIGNUM *a);
BN_free(BIGNUM *a);
BN_clear_free(BIGNUM *a);