summaryrefslogtreecommitdiffstats
path: root/ssl/d1_srvr.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/d1_srvr.c')
-rw-r--r--ssl/d1_srvr.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssl/d1_srvr.c b/ssl/d1_srvr.c
index 55d37e78b0..c5a59249dd 100644
--- a/ssl/d1_srvr.c
+++ b/ssl/d1_srvr.c
@@ -842,11 +842,6 @@ int dtls1_accept(SSL *s)
/* clean a few things up */
ssl3_cleanup_key_block(s);
-#if 0
- BUF_MEM_free(s->init_buf);
- s->init_buf = NULL;
-#endif
-
/* remove buffering on output */
ssl_free_wbio_buffer(s);