X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fpkcs7%2Fpk7_lib.c;fp=crypto%2Fpkcs7%2Fpk7_lib.c;h=181fb5a5a19a0edd6096a123026cfc60fc90b5e1;hp=6379e63787b59d212683456152e97ce177968bd4;hb=9fdcc21fdc9d148f78d9cd5be34030f38cc45812;hpb=27d5631236325c3fd8a3bd06af282ac496aac64b diff --git a/crypto/pkcs7/pk7_lib.c b/crypto/pkcs7/pk7_lib.c index 6379e63787..181fb5a5a1 100644 --- a/crypto/pkcs7/pk7_lib.c +++ b/crypto/pkcs7/pk7_lib.c @@ -544,6 +544,7 @@ int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher) return 1; } +/* unfortunately cannot constify BIO_new_NDEF() due to this and CMS_stream() */ int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7) { ASN1_OCTET_STRING *os = NULL;