summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bf_nbio.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/bf_nbio.c
parent10dbfcc91eb84b9818393e48745dcb53914c57d4 (diff)
bio: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'crypto/bio/bf_nbio.c')
-rw-r--r--crypto/bio/bf_nbio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/bio/bf_nbio.c b/crypto/bio/bf_nbio.c
index f5b83a89f9..f9e9fe718e 100644
--- a/crypto/bio/bf_nbio.c
+++ b/crypto/bio/bf_nbio.c
@@ -34,10 +34,8 @@ typedef struct nbio_test_st {
static const BIO_METHOD methods_nbiof = {
BIO_TYPE_NBIO_TEST,
"non-blocking IO test filter",
- /* TODO: Convert to new style write function */
bwrite_conv,
nbiof_write,
- /* TODO: Convert to new style read function */
bread_conv,
nbiof_read,
nbiof_puts,