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
Name |
Description |
comp |
Compression method descriptor from the global method list. |
Created with MrDocs