X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fasn1%2Fbio_asn1.c;h=3d3f8e4c1ef310fbaf1673647b6ae3e5053b0854;hp=d270b3313d0f05e19bc9f36759488a046eea04ec;hb=3befffa39dbaf2688d823fcf2bdfc07d2487be48;hpb=d07aee2c7a33e77d97d8e13811af3637e3849cb2 diff --git a/crypto/asn1/bio_asn1.c b/crypto/asn1/bio_asn1.c index d270b3313d..3d3f8e4c1e 100644 --- a/crypto/asn1/bio_asn1.c +++ b/crypto/asn1/bio_asn1.c @@ -78,6 +78,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,