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
Name |
Description |
ctx |
Context whose current frame is popped. |
Created with MrDocs