[#SSL_COMP_get0_name] = SSL_COMP_get0_name :mrdocs: Return the name of an SSL_COMP compression method entry. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* SSL_COMP_get0_name(xref:SSL_COMP.adoc[SSL_COMP] const* comp); ---- == Return Value Static name string for `comp.` == Parameters [cols="1,4"] |=== | Name| Description | *comp* | Compression method descriptor from the global method list. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#