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_clnt.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_clnt.c')
-rw-r--r-- | src/lib/libssl/d1_clnt.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/libssl/d1_clnt.c b/src/lib/libssl/d1_clnt.c index 4b8a11426f..e8b43f3268 100644 --- a/src/lib/libssl/d1_clnt.c +++ b/src/lib/libssl/d1_clnt.c | |||
@@ -703,13 +703,6 @@ dtls1_connect(SSL *s) | |||
703 | /* clean a few things up */ | 703 | /* clean a few things up */ |
704 | ssl3_cleanup_key_block(s); | 704 | ssl3_cleanup_key_block(s); |
705 | 705 | ||
706 | #if 0 | ||
707 | if (s->init_buf != NULL) { | ||
708 | BUF_MEM_free(s->init_buf); | ||
709 | s->init_buf = NULL; | ||
710 | } | ||
711 | #endif | ||
712 | |||
713 | /* If we are not 'joining' the last two packets, | 706 | /* If we are not 'joining' the last two packets, |
714 | * remove the buffering now */ | 707 | * remove the buffering now */ |
715 | if (!(s->s3->flags & SSL3_FLAGS_POP_BUFFER)) | 708 | if (!(s->s3->flags & SSL3_FLAGS_POP_BUFFER)) |