[#COMP_CTX_get_method] = COMP_CTX_get_method :mrdocs: Return the compression method associated with a context. == Synopsis Declared in `<openssl/comp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:COMP_METHOD.adoc[COMP_METHOD] const* COMP_CTX_get_method(xref:COMP_CTX.adoc[COMP_CTX] const* ctx); ---- == Return Value The COMP_METHOD used to create `ctx.` == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Compression context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#