SSL_COMP_get_compression_methods —
handle SSL/TLS integrated compression methods
#include
<openssl/ssl.h>
STACK_OF(SSL_COMP) *
SSL_COMP_get_compression_methods(void);
This function is deprecated and has no effect. It is provided
purely for compatibility with legacy application code.
SSL_COMP_get_compression_methods()
used to return a stack of available compression methods.
SSL_COMP_get_compression_methods() always
returns NULL.
SSL_COMP_get_compression_methods() first
appeared in OpenSSL 0.9.8 and has been available since
OpenBSD 4.5.