diff options
author | tedu <> | 2014-05-30 14:30:50 +0000 |
---|---|---|
committer | tedu <> | 2014-05-30 14:30:50 +0000 |
commit | d970fd597dc43c71716f5ce1db8f102515a73ad8 (patch) | |
tree | cbf937e75b5dc1f5e8f2452d45ad4d6942a9b1d4 /src/lib/libssl/d1_srvr.c | |
parent | d7bb67cc99974281f55641afa52a0f9e8f1ff938 (diff) | |
download | openbsd-d970fd597dc43c71716f5ce1db8f102515a73ad8.tar.gz openbsd-d970fd597dc43c71716f5ce1db8f102515a73ad8.tar.bz2 openbsd-d970fd597dc43c71716f5ce1db8f102515a73ad8.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 'src/lib/libssl/d1_srvr.c')
-rw-r--r-- | src/lib/libssl/d1_srvr.c | 5 |
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 | ||