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

Name

Description

meth

Compression method to query.

Created with MrDocs