SSL_get_options
!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) {
if (SSL_get_options(s) & SSL_OP_NO_QUERY_MTU) {
(SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE))
if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) {
if ((SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) &&
if ((SSL_get_options(s) & SSL_OP_NO_TICKET) != 0)
!(SSL_get_options(s) & SSL_OP_NO_TICKET) &&
if ((SSL_get_options(s) & SSL_OP_NO_TICKET) != 0 || CBS_len(cbs) > 0) {
if (SSL_get_options(s) & SSL_OP_NO_TICKET)