aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_sock.c
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-31 14:28:32 +1000
committerPauli <pauli@openssl.org>2021-06-02 16:30:15 +1000
commit1c8c5d4755cb4bd7fec527071f81a522834759c4 (patch)
tree7016affe8f18703f70733fb2dc29959c2d357304 /crypto/bio/b_sock.c
parent10dbfcc91eb84b9818393e48745dcb53914c57d4 (diff)
downloadopenssl-1c8c5d4755cb4bd7fec527071f81a522834759c4.tar.gz
bio: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'crypto/bio/b_sock.c')
-rw-r--r--crypto/bio/b_sock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/bio/b_sock.c b/crypto/bio/b_sock.c
index 5804465dfe..b827c5b902 100644
--- a/crypto/bio/b_sock.c
+++ b/crypto/bio/b_sock.c
@@ -383,7 +383,6 @@ int BIO_sock_info(int sock,
return 1;
}
-/* TODO simplify by BIO_socket_wait() further other uses of select() in apps/ */
/*
* Wait on fd at most until max_time; succeed immediately if max_time == 0.
* If for_read == 0 then assume to wait for writing, else wait for reading.