Create BIO_read_ex() which handles size_t arguments
[openssl.git] / crypto / bio / bf_null.c
index 0736b3f2fcf293d1ea36d808528865d1a6cfaad0..ed7bd98d750ee82f8f75b641907327f179629206 100644 (file)
@@ -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,