Home | History | Annotate | Download | only in ssl

Lines Matching full:meth

612 	SSL_METHOD *meth;
616 meth=s->ctx->method->get_ssl_method(session->ssl_version);
617 if (meth == NULL)
618 meth=s->method->get_ssl_method(session->ssl_version);
619 if (meth == NULL)
625 if (meth != s->method)
627 if (!SSL_set_ssl_method(s,meth))
663 meth=s->ctx->method;
664 if (meth != s->method)
666 if (!SSL_set_ssl_method(s,meth))