SSL_COMP_get_id

Return the wire identifier of an SSL_COMP compression method entry.

Synopsis

Declared in <openssl/ssl.h>

int
SSL_COMP_get_id(SSL_COMP const* comp);

Return Value

Integer compression method id.

Parameters

NameDescription
compCompression method descriptor from the global method list.