Home
last modified time | relevance | path

Searched refs:ssl2_compat (Results 1 – 1 of 1) sorted by relevance

/external/openssl/ssl/
Ds23_clnt.c274 int ssl2_compat; in ssl23_client_hello() local
282 ssl2_compat = (s->options & SSL_OP_NO_SSLv2) ? 0 : 1; in ssl23_client_hello()
284 if (ssl2_compat && ssl23_no_ssl2_ciphers(s)) in ssl23_client_hello()
285 ssl2_compat = 0; in ssl23_client_hello()
305 ssl2_compat = 0; in ssl23_client_hello()
307 ssl2_compat = 0; in ssl23_client_hello()
310 ssl2_compat = 0; in ssl23_client_hello()
355 if (ssl2_compat) in ssl23_client_hello()
516 if (ssl2_compat) in ssl23_client_hello()