SSL_COMP_get0_name

Return the name of an SSL_COMP compression method entry.

Synopsis

Declared in <openssl/ssl.h>

char const*
SSL_COMP_get0_name(SSL_COMP const* comp);

Return Value

Static name string for comp.

Parameters

NameDescription
compCompression method descriptor from the global method list.