Create BIO_write_ex() which handles size_t arguments
[openssl.git] / crypto / bio / bss_fd.c
index 78bbfd6f3bead7935d63f2f8a84258a7cdd8db3b..0f003cd89b29c01e01aa47e118e3f2f3e26c31d1 100644 (file)
@@ -59,6 +59,8 @@ int BIO_fd_should_retry(int s);
 
 static const BIO_METHOD methods_fdp = {
     BIO_TYPE_FD, "file descriptor",
+    /* TODO: Convert to new style write function */
+    bwrite_conv,
     fd_write,
     /* TODO: Convert to new style read function */
     bread_conv,