X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl.h;h=d9189563ad1723dce3a21b767cc265e6c8c3771f;hp=3ba9e5be68608fa523cd00527fd28b1e05fb1a46;hb=db7b5e0d768485d9c7f8d3eaa8f28d2f254e20d6;hpb=65370f9bbcbfc4a5bb87aa5e30f74da48966b7c1;ds=sidebyside diff --git a/ssl/ssl.h b/ssl/ssl.h index 3ba9e5be68..d9189563ad 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h @@ -2512,6 +2512,7 @@ const COMP_METHOD *SSL_get_current_expansion(SSL *s); const char *SSL_COMP_get_name(const COMP_METHOD *comp); STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void); STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) *meths); +void SSL_COMP_free_compression_methods(void); int SSL_COMP_add_compression_method(int id,COMP_METHOD *cm); #else const void *SSL_get_current_compression(SSL *s);