SSL_set_options
SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE);
SSL_set_options(ssl, SSL_OP_NO_QUERY_MTU);
SSL_set_options(ssl, SSL_OP_NO_QUERY_MTU);
SSL_set_options(client, trt->ssl_client_options);
SSL_set_options(server, trt->ssl_server_options);
if ((SSL_set_options(ssl, SSL_OP_NO_TICKET) & SSL_OP_NO_TICKET) == 0) {
if ((SSL_set_options(ssl, SSL_OP_NO_TICKET) & SSL_OP_NO_TICKET) == 0) {
if ((SSL_set_options(ssl, SSL_OP_NO_TICKET) & SSL_OP_NO_TICKET) == 0) {
SSL_set_options(ssl, vrt->options);
SSL_set_options(ssl, svt->options);
SSL_set_options(con, SSL_OP_NO_QUERY_MTU);
SSL_set_options(con, SSL_OP_NO_QUERY_MTU);
SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE);