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