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_CTX_start, BN_CTX_get, BN_CTX_end — use temporary BIGNUM variablesSYNOPSIS
#include <openssl/bn.h>BN_CTX_start(BN_CTX *ctx);
BN_CTX_get(BN_CTX *ctx);
BN_CTX_end(BN_CTX *ctx);