diff options
Diffstat (limited to 'ssl/d1_clnt.c')
| -rw-r--r-- | ssl/d1_clnt.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ssl/d1_clnt.c b/ssl/d1_clnt.c index eb371a255f89..e1f167bbd3c8 100644 --- a/ssl/d1_clnt.c +++ b/ssl/d1_clnt.c @@ -751,6 +751,7 @@ int dtls1_connect(SSL *s)              /* done with handshaking */              s->d1->handshake_read_seq = 0;              s->d1->next_handshake_write_seq = 0; +            dtls1_clear_received_buffer(s);              goto end;              /* break; */ | 
