SSL_COMP_add_compression_method

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int SSL_COMP_add_compression_method(int id, void* cm)
  2. int SSL_COMP_add_compression_method(int id, COMP_METHOD* cm)
    version(!OPENSSL_NO_COMP)
    extern (C) nothrow extern (C) nothrow extern (C) nothrow
    int
    SSL_COMP_add_compression_method
    (
    int id
    ,
    COMP_METHOD* cm
    )

Meta