aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/bio_md.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/bio_md.c')
-rw-r--r--crypto/evp/bio_md.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/bio_md.c b/crypto/evp/bio_md.c
index 7c61d0f3c0..c9e38583d2 100644
--- a/crypto/evp/bio_md.c
+++ b/crypto/evp/bio_md.c
@@ -33,6 +33,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",
+ /* TODO: Convert to new style write function */
+ bwrite_conv,
md_write,
/* TODO: Convert to new style read function */
bread_conv,