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