From 1c8c5d4755cb4bd7fec527071f81a522834759c4 Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 31 May 2021 14:28:32 +1000 Subject: bio: remove TODOs Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/15539) --- crypto/bio/bss_conn.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto/bio/bss_conn.c') diff --git a/crypto/bio/bss_conn.c b/crypto/bio/bss_conn.c index 3ab2c0d4ba..d146c97b82 100644 --- a/crypto/bio/bss_conn.c +++ b/crypto/bio/bss_conn.c @@ -63,10 +63,8 @@ void BIO_CONNECT_free(BIO_CONNECT *a); static const BIO_METHOD methods_connectp = { BIO_TYPE_CONNECT, "socket connect", - /* TODO: Convert to new style write function */ bwrite_conv, conn_write, - /* TODO: Convert to new style read function */ bread_conv, conn_read, conn_puts, -- cgit v1.2.3