Return the display name of a compression COMP_METHOD.

Synopsis

Declared in <openssl/ssl.h>

char const*
SSL_COMP_get_name(COMP_METHOD const* comp);

Return Value

Static name string, or NULL when comp is NULL / unnamed.

Parameters

Name

Description

comp

Compression method, or NULL.

Created with MrDocs