Latest update
This commit is contained in:
@@ -64,6 +64,7 @@ static void mime_hdr_free(MIME_HEADER *hdr);
|
||||
|
||||
/* Output an ASN1 structure in BER format streaming if necessary */
|
||||
|
||||
/* unfortunately cannot constify this due to CMS_stream() and PKCS7_stream() */
|
||||
int i2d_ASN1_bio_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
|
||||
const ASN1_ITEM *it)
|
||||
{
|
||||
@@ -311,6 +312,7 @@ int SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags,
|
||||
|
||||
/* Handle output of ASN1 data */
|
||||
|
||||
/* cannot constify val because of CMS_dataFinal() */
|
||||
static int asn1_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags,
|
||||
const ASN1_ITEM *it)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user