Searched refs:hversion (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_clnt.c948 int hversion = (p[0] << 8) | p[1]; local
950 if (hversion == DTLS1_2_VERSION && !(options & SSL_OP_NO_DTLSv1_2))
955 s->version = hversion;
958 } else if (hversion == DTLS1_VERSION && !(options & SSL_OP_NO_DTLSv1))
962 s->version = hversion;

Completed in 96 milliseconds