Home | History | Annotate | Download | only in ssl

Lines Matching full:comp_methods

1825 	ret->comp_methods=SSL_COMP_get_compression_methods();
1976 if (a->comp_methods != NULL)
1977 sk_SSL_COMP_pop_free(a->comp_methods,SSL_COMP_free);
1979 a->comp_methods = NULL;