Move last_write_sequence from s->d1 to s->rlayer.d.
authorMatt Caswell <matt@openssl.org>
Wed, 4 Feb 2015 11:57:34 +0000 (11:57 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 26 Mar 2015 15:02:00 +0000 (15:02 +0000)
commit3bb8f87d2d9aa1ab51703a725759d440785685e3
treeea65c9d8c0a6723cac561b945639a8fb96bef60c
parent14daae5a625b38b43229eed0cf750f44d5881c0b
Move last_write_sequence from s->d1 to s->rlayer.d.
Also push some usage of last_write_sequence out of dtls1_retransmit_message
and into the record layer.

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/d1_both.c
ssl/record/d1_pkt.c
ssl/record/rec_layer.h
ssl/ssl_locl.h