bio: remove TODOs
[openssl.git] / crypto / bio / bss_null.c
index f677bbbb151fd933aadf84c268e9a76638e447d7..371d5b7cd8d809dfe86a9d0da15d8a82880b1230 100644 (file)
@@ -20,10 +20,8 @@ static long null_ctrl(BIO *h, int cmd, long arg1, void *arg2);
 static const BIO_METHOD null_method = {
     BIO_TYPE_NULL,
     "NULL",
-    /* TODO: Convert to new style write function */
     bwrite_conv,
     null_write,
-    /* TODO: Convert to new style read function */
     bread_conv,
     null_read,
     null_puts,