summaryrefslogtreecommitdiffstats
path: root/crypto/comp
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-31 14:29:33 +1000
committerPauli <pauli@openssl.org>2021-06-02 16:30:15 +1000
commit1486b1fbd356cc0d64e941d3f8ead8e324cd72e0 (patch)
tree0fd05b3813e96341ca66d284962d296219d9f565 /crypto/comp
parent6f6c8b0e3c3c9d627a3e211d49b1cdeb0114a6c7 (diff)
comp: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'crypto/comp')
-rw-r--r--crypto/comp/c_zlib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/comp/c_zlib.c b/crypto/comp/c_zlib.c
index a27bbeacb1..b36a562d88 100644
--- a/crypto/comp/c_zlib.c
+++ b/crypto/comp/c_zlib.c
@@ -293,10 +293,8 @@ static long bio_zlib_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
static const BIO_METHOD bio_meth_zlib = {
BIO_TYPE_COMP,
"zlib",
- /* TODO: Convert to new style write function */
bwrite_conv,
bio_zlib_write,
- /* TODO: Convert to new style read function */
bread_conv,
bio_zlib_read,
NULL, /* bio_zlib_puts, */