Sortix cross-volatile manual
This manual documents Sortix cross-volatile. You can instead view this document in the latest official manual.
NAME
SSL_COMP_add_compression_method, SSL_COMP_get_compression_methods — handle SSL/TLS integrated compression methodsSYNOPSIS
#include <openssl/ssl.h>SSL_COMP_add_compression_method(int id, COMP_METHOD *cm);
SSL_COMP_get_compression_methods(void);