Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. 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);