From: Dr. Stephen Henson Date: Wed, 20 Jul 2011 15:12:58 +0000 (+0000) Subject: PR: 2550 X-Git-Tag: OpenSSL_0_9_8s~41 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4ba063d3c5c133b9cfe2b2312ee20672f24ef95c;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 79331df6b5..2736c26e8e 100644 --- a/ssl/d1_srvr.c +++ b/ssl/d1_srvr.c @@ -293,7 +293,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;