From: Dr. Stephen Henson Date: Wed, 20 Jul 2011 15:13:16 +0000 (+0000) Subject: PR: 2550 X-Git-Tag: OpenSSL_1_0_0e~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=16067fe5fdd33c7d0812cd3bc257ef0114e07f6e;p=oweals%2Fopenssl.git PR: 2550 Submitted by: Robin Seggelmann Reviewed by: steve Fix DTLS HelloVerifyRequest Timer bug --- diff --git a/ssl/d1_srvr.c b/ssl/d1_srvr.c index a0dc681c27..318920e76f 100644 --- a/ssl/d1_srvr.c +++ b/ssl/d1_srvr.c @@ -295,7 +295,6 @@ int dtls1_accept(SSL *s) case DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A: case DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B: - dtls1_start_timer(s); ret = dtls1_send_hello_verify_request(s); if ( ret <= 0) goto end; s->state=SSL3_ST_SW_FLUSH;