summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-02-03 15:39:06 +0000
committerMatt Caswell <matt@openssl.org>2015-03-26 15:02:00 +0000
commit91f93f69ef59bbe9ad8d191eed5a88b2125fba26 (patch)
treee7914bda6c243c3ace264b9c62bf4db2a5891753 /ssl/ssl_locl.h
parent78a39fe735ef253bbf1d028a3e7934bda76f8276 (diff)
Move bitmap and next_bitmap from s->d1 to s->rlayer.d.
Create dtls_bitmap.h and dtls_bitmap.c Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index 2368a09fe4..0b267faf96 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -165,6 +165,7 @@
# include <openssl/ssl.h>
# include <openssl/symhacks.h>
+#include "record/dtls1_bitmap.h"
#include "record/ssl3_buffer.h"
#include "record/ssl3_record.h"
#include "record/rec_layer.h"
@@ -1404,10 +1405,6 @@ typedef struct dtls1_state_st {
unsigned char rcvd_cookie[DTLS1_COOKIE_LENGTH];
unsigned int cookie_len;
- /* records being received in the current epoch */
- DTLS1_BITMAP bitmap;
- /* renegotiation starts a new set of sequence numbers */
- DTLS1_BITMAP next_bitmap;
/* handshake message numbers */
unsigned short handshake_write_seq;
unsigned short next_handshake_write_seq;