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