Create BIO_read_ex() which handles size_t arguments
[openssl.git] / crypto / asn1 / bio_asn1.c
index d3cc108ed32c20ce1f76fd9fa2ac7180d3c37180..d270b3313d0f05e19bc9f36759488a046eea04ec 100644 (file)
@@ -79,6 +79,8 @@ static const BIO_METHOD methods_asn1 = {
     BIO_TYPE_ASN1,
     "asn1",
     asn1_bio_write,
+    /* TODO: Convert to new style read function */
+    bread_conv,
     asn1_bio_read,
     asn1_bio_puts,
     asn1_bio_gets,