aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-02-03 15:14:24 +0000
committerMatt Caswell <matt@openssl.org>2015-03-26 15:02:00 +0000
commit78a39fe735ef253bbf1d028a3e7934bda76f8276 (patch)
treea0739ac251617a5e23754c5988ce48e189575dfc /ssl/d1_lib.c
parent40f37188a63c988c66bfece95280b67158998e64 (diff)
downloadopenssl-78a39fe735ef253bbf1d028a3e7934bda76f8276.tar.gz
Move r_epoch and w_epoch from s->d1 to s->rlayer.d
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'ssl/d1_lib.c')
-rw-r--r--ssl/d1_lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/d1_lib.c b/ssl/d1_lib.c
index 717925811d..79c65905b3 100644
--- a/ssl/d1_lib.c
+++ b/ssl/d1_lib.c
@@ -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();