Create BIO_write_ex() which handles size_t arguments
[openssl.git] / crypto / bio / bf_null.c
index ed7bd98d750ee82f8f75b641907327f179629206..ff2a04ccd8179226b78ef7069f3b7f082f4cc155 100644 (file)
@@ -27,6 +27,8 @@ static long nullf_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
 static const BIO_METHOD methods_nullf = {
     BIO_TYPE_NULL_FILTER,
     "NULL filter",
+    /* TODO: Convert to new style write function */
+    bwrite_conv,
     nullf_write,
     /* TODO: Convert to new style read function */
     bread_conv,