bio: remove TODOs
[openssl.git] / crypto / bio / bss_acpt.c
index 834c2ffef1a6df780e67b1f876b91edc1c84ffa6..c25f71cec245dfb74bc022432b792090a9452571 100644 (file)
@@ -56,10 +56,8 @@ static void BIO_ACCEPT_free(BIO_ACCEPT *a);
 static const BIO_METHOD methods_acceptp = {
     BIO_TYPE_ACCEPT,
     "socket accept",
-    /* TODO: Convert to new style write function */
     bwrite_conv,
     acpt_write,
-    /* TODO: Convert to new style read function */
     bread_conv,
     acpt_read,
     acpt_puts,