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
Name |
Description |
ctx |
Compression context to query. |
Created with MrDocs