PR: 1647
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Approved by: steve@openssl.org Update patch for PR#1647.
This commit is contained in:
parent
3c0ce01cea
commit
1319aad994
@ -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; */
|
||||
|
||||
|
@ -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; */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user