summaryrefslogtreecommitdiffstats
path: root/ssl/record/d1_pkt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/record/d1_pkt.c')
-rw-r--r--ssl/record/d1_pkt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssl/record/d1_pkt.c b/ssl/record/d1_pkt.c
index 5d0adb9c4e..e5a27883a7 100644
--- a/ssl/record/d1_pkt.c
+++ b/ssl/record/d1_pkt.c
@@ -133,8 +133,7 @@ int DTLS_RECORD_LAYER_new(RECORD_LAYER *rl)
rl->d = d;
- DTLS_RECORD_LAYER_clear(rl);
-
+
d->unprocessed_rcds.q = pqueue_new();
d->processed_rcds.q = pqueue_new();