bio: remove TODOs
[openssl.git] / crypto / bio / bf_null.c
index fff9938ca1842bbbbf0d17c4cefbe7a1b2a7b938..aca4c5eb6d0b64d6e78179e9f95bb96c7e2a4f5f 100644 (file)
@@ -25,10 +25,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,
     nullf_read,
     nullf_puts,