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_sock.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto/bio/bss_sock.c') diff --git a/crypto/bio/bss_sock.c b/crypto/bio/bss_sock.c index e142de1674..f5d8810230 100644 --- a/crypto/bio/bss_sock.c +++ b/crypto/bio/bss_sock.c @@ -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, -- cgit v1.2.3