Create BIO_read_ex() which handles size_t arguments
[openssl.git] / crypto / bio / bf_nbio.c
index 364d9fb5aef2c937f541dbbd499edc79e1cc393a..32698432c603e9caea7c76d886144eef0968c6fe 100644 (file)
@@ -35,6 +35,8 @@ static const BIO_METHOD methods_nbiof = {
     BIO_TYPE_NBIO_TEST,
     "non-blocking IO test filter",
     nbiof_write,
+    /* TODO: Convert to new style read function */
+    bread_conv,
     nbiof_read,
     nbiof_puts,
     nbiof_gets,