BN_CTX_end

End a BN_CTX temporary frame started with BN_CTX_start(), releasing its BN_CTX_get() values.

Synopsis

Declared in <openssl/bn.h>

void
BN_CTX_end(BN_CTX* ctx);

Parameters

NameDescription
ctxContext whose current frame is popped.