Home | History | Annotate | Download | only in ssl

Lines Matching full:comp_methods

1969 		ret->comp_methods=SSL_COMP_get_compression_methods();
2120 if (a->comp_methods != NULL)
2121 sk_SSL_COMP_pop_free(a->comp_methods,SSL_COMP_free);
2123 a->comp_methods = NULL;