summaryrefslogtreecommitdiff
path: root/src/lib/libssl/d1_srvr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/d1_srvr.c')
-rw-r--r--src/lib/libssl/d1_srvr.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/libssl/d1_srvr.c b/src/lib/libssl/d1_srvr.c
index 3f872de48b..368afda77a 100644
--- a/src/lib/libssl/d1_srvr.c
+++ b/src/lib/libssl/d1_srvr.c
@@ -782,11 +782,6 @@ dtls1_accept(SSL *s)
782 /* clean a few things up */ 782 /* clean a few things up */
783 ssl3_cleanup_key_block(s); 783 ssl3_cleanup_key_block(s);
784 784
785#if 0
786 BUF_MEM_free(s->init_buf);
787 s->init_buf = NULL;
788#endif
789
790 /* remove buffering on output */ 785 /* remove buffering on output */
791 ssl_free_wbio_buffer(s); 786 ssl_free_wbio_buffer(s);
792 787