bio: remove TODOs
[openssl.git] / crypto / bio / bss_sock.c
index e142de1674fe314d9cc5565aaf90675109f06a77..f5d88102303a27603930cc182ebe487869b7df53 100644 (file)
@@ -38,10 +38,8 @@ int BIO_sock_should_retry(int s);
 static const BIO_METHOD methods_sockp = {
     BIO_TYPE_SOCKET,
     "socket",
-    /* TODO: Convert to new style write function */
     bwrite_conv,
     sock_write,
-    /* TODO: Convert to new style read function */
     bread_conv,
     sock_read,
     sock_puts,