Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
Approved by: steve@openssl.org

Update patch for PR#1647.
This commit is contained in:
Dr. Stephen Henson 2009-04-14 14:22:26 +00:00
parent 3c0ce01cea
commit 1319aad994
2 changed files with 2 additions and 0 deletions

View File

@ -488,6 +488,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; */

View File

@ -555,6 +555,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; */