From: Dr. Stephen Henson Date: Wed, 20 Jul 2011 15:14:24 +0000 (+0000) Subject: PR: 2550 X-Git-Tag: OpenSSL-fips-2_0-rc1~252 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bb48f4ce6e1823396d84fc15b18406b2361fc9ed;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 3a0b4d2dde..e5e5a5958c 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;