X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fbio_md.c;h=7c61d0f3c0a9fd6db67ffa5932c54488e90c61ba;hp=cd968ec2d4751e3ce4b5bdaa69993984f1d42033;hb=d07aee2c7a33e77d97d8e13811af3637e3849cb2;hpb=229bd12487f8576fc088dc4f641950ac33c62033 diff --git a/crypto/evp/bio_md.c b/crypto/evp/bio_md.c index cd968ec2d4..7c61d0f3c0 100644 --- a/crypto/evp/bio_md.c +++ b/crypto/evp/bio_md.c @@ -34,6 +34,8 @@ static long md_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp); static const BIO_METHOD methods_md = { BIO_TYPE_MD, "message digest", md_write, + /* TODO: Convert to new style read function */ + bread_conv, md_read, NULL, /* md_puts, */ md_gets,