X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fasn1%2Fbio_ndef.c;h=8d7046633cfe74ecc015190447d49a1d599a5bfb;hb=6df2a8c664493eda491c7a996b4855ed5b0685c4;hp=31949b87940fa5af84a907ffac1516073645e439;hpb=3b38646d1345b5ec4ff7fd13c8b8bd8d46105b7e;p=oweals%2Fopenssl.git diff --git a/crypto/asn1/bio_ndef.c b/crypto/asn1/bio_ndef.c index 31949b8794..8d7046633c 100644 --- a/crypto/asn1/bio_ndef.c +++ b/crypto/asn1/bio_ndef.c @@ -136,6 +136,7 @@ BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it) ndef_aux->ndef_bio = sarg.ndef_bio; ndef_aux->boundary = sarg.boundary; ndef_aux->out = out; + ndef_aux->derbuf = NULL; BIO_ctrl(asn_bio, BIO_C_SET_EX_ARG, 0, ndef_aux);