SSL_COMP_get_name

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. const(char)* SSL_COMP_get_name(const(void)* comp)
    version(OPENSSL_NO_COMP)
    extern (C) nothrow extern (C) nothrow extern (C) nothrow
    const(char)*
    SSL_COMP_get_name
    (
    const(void)* comp
    )
  2. const(char)* SSL_COMP_get_name(const(COMP_METHOD)* comp)

Meta