Free a BN_RECP_CTX allocated by BN_RECP_CTX_new().
Synopsis
Declared in <openssl/bn.h>
void
BN_RECP_CTX_free(BN_RECP_CTX* recp);
Parameters
Name |
Description |
recp |
Reciprocal context to free, or NULL (no‐op). |
Created with MrDocs