[#BN_RECP_CTX_free] = BN_RECP_CTX_free :mrdocs: Free a BN_RECP_CTX allocated by BN_RECP_CTX_new(). == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void BN_RECP_CTX_free(xref:BN_RECP_CTX.adoc[BN_RECP_CTX]* recp); ---- == Parameters [cols="1,4"] |=== | Name| Description | *recp* | Reciprocal context to free, or NULL (no‐op). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#