Add getters for X509_STORE and X509_OBJECT members
[openssl.git] / crypto / asn1 / asn_mime.c
index 851fb91e8cb1f40c66491fd49b4c5b119d1347bf..7c10b5850f2d51ef767a68d1d73288c2e5246e15 100644 (file)
@@ -187,7 +187,7 @@ static ASN1_VALUE *b64_read_asn1(BIO *bio, const ASN1_ITEM *it)
     if (!val)
         ASN1err(ASN1_F_B64_READ_ASN1, ASN1_R_DECODE_ERROR);
     (void)BIO_flush(bio);
-    bio = BIO_pop(bio);
+    BIO_pop(bio);
     BIO_free(b64);
     return val;
 }