[#BN_CTX_end] = BN_CTX_end :mrdocs: End a BN_CTX temporary frame started with BN_CTX_start(), releasing its BN_CTX_get() values. == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void BN_CTX_end(xref:BN_CTX.adoc[BN_CTX]* ctx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Context whose current frame is popped. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#