Loading ssl/d1_clnt.c +2 −0 Changes for ssl/d1_clnt.c: 2 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -223,6 +223,8 @@ int dtls1_connect(SSL *s) s->init_num=0; /* mark client_random uninitialized */ memset(s->s3->client_random,0,sizeof(s->s3->client_random)); s->d1->send_cookie = 0; s->hit = 0; break; case SSL3_ST_CW_CLNT_HELLO_A: Loading ssl/d1_pkt.c +1 −1 Changes for ssl/d1_pkt.c: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -775,7 +775,7 @@ start: /* Check for timeout */ if (dtls1_is_timer_expired(s)) { if (dtls1_read_failed(s, -1) > 0); if (dtls1_read_failed(s, -1) > 0) goto start; } Loading Loading
ssl/d1_clnt.c +2 −0 Changes for ssl/d1_clnt.c: 2 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -223,6 +223,8 @@ int dtls1_connect(SSL *s) s->init_num=0; /* mark client_random uninitialized */ memset(s->s3->client_random,0,sizeof(s->s3->client_random)); s->d1->send_cookie = 0; s->hit = 0; break; case SSL3_ST_CW_CLNT_HELLO_A: Loading
ssl/d1_pkt.c +1 −1 Changes for ssl/d1_pkt.c: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -775,7 +775,7 @@ start: /* Check for timeout */ if (dtls1_is_timer_expired(s)) { if (dtls1_read_failed(s, -1) > 0); if (dtls1_read_failed(s, -1) > 0) goto start; } Loading