aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-31 14:28:15 +1000
committerPauli <pauli@openssl.org>2021-06-02 16:30:15 +1000
commit10dbfcc91eb84b9818393e48745dcb53914c57d4 (patch)
tree0da32349c695aa5c16da7fa3e2da5efe73cf8b70 /crypto/asn1
parent0848b943a8c481e3fb1e08b70735392d6d6d70f4 (diff)
downloadopenssl-10dbfcc91eb84b9818393e48745dcb53914c57d4.zip
openssl-10dbfcc91eb84b9818393e48745dcb53914c57d4.tar.gz
openssl-10dbfcc91eb84b9818393e48745dcb53914c57d4.tar.bz2
asn.1: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'crypto/asn1')
-rw-r--r--crypto/asn1/bio_asn1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/asn1/bio_asn1.c b/crypto/asn1/bio_asn1.c
index 3742b00..fa81b3a 100644
--- a/crypto/asn1/bio_asn1.c
+++ b/crypto/asn1/bio_asn1.c
@@ -79,10 +79,8 @@ static int asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx,
static const BIO_METHOD methods_asn1 = {
BIO_TYPE_ASN1,
"asn1",
- /* TODO: Convert to new style write function */
bwrite_conv,
asn1_bio_write,
- /* TODO: Convert to new style read function */
bread_conv,
asn1_bio_read,
asn1_bio_puts,