[#COMP_get_name] = COMP_get_name :mrdocs: Return the human‐readable name of a compression method. == Synopsis Declared in `<openssl/comp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* COMP_get_name(xref:COMP_METHOD.adoc[COMP_METHOD] const* meth); ---- == Return Value Static name string that must not be freed, or NULL on failure. == Parameters [cols="1,4"] |=== | Name| Description | *meth* | Compression method to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#