Home | History | Annotate | Download | only in ssl

Lines Matching refs:ver

131 static const SSL_METHOD *dtls1_get_client_method(int ver);
134 static const SSL_METHOD *dtls1_get_client_method(int ver)
136 if (ver == DTLS1_VERSION || ver == DTLS1_BAD_VER)