Move r_epoch and w_epoch from s->d1 to s->rlayer.d

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell
2015-02-03 15:14:24 +00:00
parent 40f37188a6
commit 78a39fe735
6 changed files with 31 additions and 28 deletions

View File

@@ -138,8 +138,6 @@ int dtls1_new(SSL *s)
return 0;
}
/* d1->handshake_epoch=0; */
d1->unprocessed_rcds.q = pqueue_new();
d1->processed_rcds.q = pqueue_new();
d1->buffered_messages = pqueue_new();