summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-02-04 11:57:34 +0000
committerMatt Caswell <matt@openssl.org>2015-03-26 15:02:00 +0000
commit3bb8f87d2d9aa1ab51703a725759d440785685e3 (patch)
treeea65c9d8c0a6723cac561b945639a8fb96bef60c /ssl/ssl_locl.h
parent14daae5a625b38b43229eed0cf750f44d5881c0b (diff)
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>
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index ed57b34e86..7e15ac2ae9 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -1409,8 +1409,7 @@ typedef struct dtls1_state_st {
unsigned short handshake_write_seq;
unsigned short next_handshake_write_seq;
unsigned short handshake_read_seq;
- /* save last sequence number for retransmissions */
- unsigned char last_write_sequence[8];
+
/* Buffered handshake messages */
pqueue buffered_messages;
/* Buffered (sent) handshake records */