diff options
Diffstat (limited to 'crypto/bio/bf_lbuf.c')
-rw-r--r-- | crypto/bio/bf_lbuf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bio/bf_lbuf.c b/crypto/bio/bf_lbuf.c index c3b1a1ff3e..0cee526bfd 100644 --- a/crypto/bio/bf_lbuf.c +++ b/crypto/bio/bf_lbuf.c @@ -30,6 +30,8 @@ static long linebuffer_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp); static const BIO_METHOD methods_linebuffer = { BIO_TYPE_LINEBUFFER, "linebuffer", + /* TODO: Convert to new style write function */ + bwrite_conv, linebuffer_write, /* TODO: Convert to new style read function */ bread_conv, |