Home | History | Annotate | Download | only in ssl

Lines Matching full:comp_methods

1780 	ret->comp_methods=SSL_COMP_get_compression_methods();
1928 if (a->comp_methods != NULL)
1929 sk_SSL_COMP_pop_free(a->comp_methods,SSL_COMP_free);
1931 a->comp_methods = NULL;