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