revert PR#2755: it breaks compilation
[openssl.git] / ssl / d1_lib.c
index bceba3c971bc1b8d8ac168a36b35ee339cd7174e..2e57b63101267ac1b8bc8feb21b27d7da050fa39 100644 (file)
@@ -454,11 +454,6 @@ int dtls1_handle_timeout(SSL *s)
                state->timeout.read_timeouts = 1;
                }
 
-       if (state->timeout_duration > 2)
-               {
-               s->d1->mtu = BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_GET_FALLBACK_MTU, 0, NULL);               
-               }
-
        dtls1_start_timer(s);
        return dtls1_retransmit_buffered_messages(s);
        }