X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbio%2Fbf_null.c;fp=crypto%2Fbio%2Fbf_null.c;h=ed7bd98d750ee82f8f75b641907327f179629206;hp=0736b3f2fcf293d1ea36d808528865d1a6cfaad0;hb=d07aee2c7a33e77d97d8e13811af3637e3849cb2;hpb=229bd12487f8576fc088dc4f641950ac33c62033 diff --git a/crypto/bio/bf_null.c b/crypto/bio/bf_null.c index 0736b3f2fc..ed7bd98d75 100644 --- a/crypto/bio/bf_null.c +++ b/crypto/bio/bf_null.c @@ -28,6 +28,8 @@ static const BIO_METHOD methods_nullf = { BIO_TYPE_NULL_FILTER, "NULL filter", nullf_write, + /* TODO: Convert to new style read function */ + bread_conv, nullf_read, nullf_puts, nullf_gets,