COMP_get_name

Return the human-readable name of a compression method.

Synopsis

Declared in <openssl/comp.h>

char const*
COMP_get_name(COMP_METHOD const* meth);

Return Value

Static name string that must not be freed, or NULL on failure.

Parameters

NameDescription
methCompression method to query.