Create BIO_write_ex() which handles size_t arguments
[openssl.git] / crypto / bio / bss_file.c
index 00684ae640e8d62370b56f445cd5081188ca7c7b..87a6f396bd421e2cf67f523ff0c1ab6d507a576f 100644 (file)
@@ -51,6 +51,8 @@ static int file_free(BIO *data);
 static const BIO_METHOD methods_filep = {
     BIO_TYPE_FILE,
     "FILE pointer",
+    /* TODO: Convert to new style write function */
+    bwrite_conv,
     file_write,
     /* TODO: Convert to new style read function */
     bread_conv,