Create BIO_write_ex() which handles size_t arguments
[openssl.git] / crypto / bio / bss_log.c
index f262cc9d18c22f4f4256c39baf9aa3639b0ef59e..963371ed256966082e4172da501a27b5fd7d948b 100644 (file)
@@ -86,6 +86,8 @@ static void xcloselog(BIO *bp);
 
 static const BIO_METHOD methods_slg = {
     BIO_TYPE_MEM, "syslog",
+    /* TODO: Convert to new style write function */
+    bwrite_conv,
     slg_write,
     NULL,
     NULL,