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 3ddfa7bca4b7..7e2f5c2830b5 100644 --- a/ssl/d1_clnt.c +++ b/ssl/d1_clnt.c @@ -769,6 +769,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; */  | 
