diff options
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)) |
