comp: remove TODOs

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15539)
This commit is contained in:
Pauli 2021-05-31 14:29:33 +10:00
parent 6f6c8b0e3c
commit 1486b1fbd3

View File

@ -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, */