Create BIO_read_ex() which handles size_t arguments
[openssl.git] / crypto / bio / bss_bio.c
index de34f6bf3763ee0c80b526694681eaaaf32a654f..ce775601f04b9e640e6864ce5bd280b371592fc8 100644 (file)
@@ -40,6 +40,8 @@ static const BIO_METHOD methods_biop = {
     BIO_TYPE_BIO,
     "BIO pair",
     bio_write,
+    /* TODO: Convert to new style read function */
+    bread_conv,
     bio_read,
     bio_puts,
     NULL /* no bio_gets */ ,