[#SSL_COMP_get_compression_methods] = SSL_COMP_get_compression_methods :mrdocs: Return the global stack of available SSL/TLS integrated compression methods. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_SSL_COMP.adoc[stack_st_SSL_COMP]* SSL_COMP_get_compression_methods(); ---- == Return Value Internal STACK_OF(SSL_COMP) of compression methods, or NULL on error. [.small]#Created with https://www.mrdocs.com[MrDocs]#