mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
comp: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
This commit is contained in:
parent
6f6c8b0e3c
commit
1486b1fbd3
@ -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, */
|
||||
|
Loading…
Reference in New Issue
Block a user