Loading ssl/d1_clnt.c +1 −0 Original line number Diff line number Diff line Loading @@ -490,6 +490,7 @@ int dtls1_connect(SSL *s) /* done with handshaking */ s->d1->handshake_read_seq = 0; s->d1->next_handshake_write_seq = 0; goto end; /* break; */ Loading ssl/d1_srvr.c +1 −0 Original line number Diff line number Diff line Loading @@ -554,6 +554,7 @@ int dtls1_accept(SSL *s) s->d1->handshake_read_seq = 0; /* next message is server hello */ s->d1->handshake_write_seq = 0; s->d1->next_handshake_write_seq = 0; goto end; /* break; */ Loading Loading
ssl/d1_clnt.c +1 −0 Original line number Diff line number Diff line Loading @@ -490,6 +490,7 @@ int dtls1_connect(SSL *s) /* done with handshaking */ s->d1->handshake_read_seq = 0; s->d1->next_handshake_write_seq = 0; goto end; /* break; */ Loading
ssl/d1_srvr.c +1 −0 Original line number Diff line number Diff line Loading @@ -554,6 +554,7 @@ int dtls1_accept(SSL *s) s->d1->handshake_read_seq = 0; /* next message is server hello */ s->d1->handshake_write_seq = 0; s->d1->next_handshake_write_seq = 0; goto end; /* break; */ Loading