summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bio/bss_null.c')
-rw-r--r--crypto/bio/bss_null.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bio/bss_null.c b/crypto/bio/bss_null.c
index e5c4adc874..90c9ee1618 100644
--- a/crypto/bio/bss_null.c
+++ b/crypto/bio/bss_null.c
@@ -23,6 +23,8 @@ static const BIO_METHOD null_method = {
BIO_TYPE_NULL,
"NULL",
null_write,
+ /* TODO: Convert to new style read function */
+ bread_conv,
null_read,
null_puts,
null_gets,