Return the global stack of available SSL/TLS integrated compression methods.

Synopsis

Declared in <openssl/ssl.h>

stack_st_SSL_COMP*
SSL_COMP_get_compression_methods();

Return Value

Internal STACK_OF(SSL_COMP) of compression methods, or NULL on error.

Created with MrDocs