[#COMP_CTX_new] = COMP_CTX_new :mrdocs: Create a compression context for the given method. == Synopsis Declared in `<openssl/comp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:COMP_CTX.adoc[COMP_CTX]* COMP_CTX_new(xref:COMP_METHOD.adoc[COMP_METHOD]* meth); ---- == Return Value New context, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *meth* | Compression method to use. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#