diff options
author | Pauli <pauli@openssl.org> | 2021-05-31 06:29:33 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-06-02 08:30:15 +0200 |
commit | 1486b1fbd356cc0d64e941d3f8ead8e324cd72e0 (patch) | |
tree | 0fd05b3813e96341ca66d284962d296219d9f565 /crypto/comp | |
parent | cms: remove TODOs (diff) | |
download | openssl-1486b1fbd356cc0d64e941d3f8ead8e324cd72e0.tar.xz openssl-1486b1fbd356cc0d64e941d3f8ead8e324cd72e0.zip |
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.c | 2 |
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, */ |