[#OSSL_LIB_CTX_free] = OSSL_LIB_CTX_free :mrdocs: Free a library context and its associated provider/algorithm state. == Synopsis Declared in `<openssl/crypto.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OSSL_LIB_CTX_free(xref:OSSL_LIB_CTX.adoc[OSSL_LIB_CTX]* ctx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Context to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#