summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/ssl/d1_srvr.c
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-05-30 14:30:50 +0000
committertedu <tedu@openbsd.org>2014-05-30 14:30:50 +0000
commit1b294d8e2fcbdb25d1f046b2cbb9cbb644d23597 (patch)
tree2b58d1129172016074a403c60651f50bc02be631 /lib/libssl/src/ssl/d1_srvr.c
parentMake use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and (diff)
downloadwireguard-openbsd-1b294d8e2fcbdb25d1f046b2cbb9cbb644d23597.tar.xz
wireguard-openbsd-1b294d8e2fcbdb25d1f046b2cbb9cbb644d23597.zip
remove some #if 0 code. we don't need any more reminders that we're using
a not quite appropriate data structure. ok jsing
Diffstat (limited to 'lib/libssl/src/ssl/d1_srvr.c')
-rw-r--r--lib/libssl/src/ssl/d1_srvr.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libssl/src/ssl/d1_srvr.c b/lib/libssl/src/ssl/d1_srvr.c
index 3f872de48b1..368afda77a7 100644
--- a/lib/libssl/src/ssl/d1_srvr.c
+++ b/lib/libssl/src/ssl/d1_srvr.c
@@ -782,11 +782,6 @@ 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);