COMP_CTX_get_method

Return the compression method associated with a context.

Synopsis

Declared in <openssl/comp.h>

COMP_METHOD const*
COMP_CTX_get_method(COMP_CTX const* ctx);

Return Value

The COMP_METHOD used to create ctx.

Parameters

NameDescription
ctxCompression context to query.