Return the compression method associated with a context.
Declared in <openssl/comp.h>
<openssl/comp.h>
COMP_METHOD const* COMP_CTX_get_method(COMP_CTX const* ctx);
The COMP_METHOD used to create ctx.
ctx.