summaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_cd.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cms/cms_cd.c')
-rw-r--r--crypto/cms/cms_cd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cms/cms_cd.c b/crypto/cms/cms_cd.c
index 93862730ba..5a11928e30 100644
--- a/crypto/cms/cms_cd.c
+++ b/crypto/cms/cms_cd.c
@@ -60,7 +60,7 @@ CMS_ContentInfo *cms_CompressedData_create(int comp_nid)
return NULL;
}
-BIO *cms_CompressedData_init_bio(CMS_ContentInfo *cms)
+BIO *cms_CompressedData_init_bio(const CMS_ContentInfo *cms)
{
CMS_CompressedData *cd;
const ASN1_OBJECT *compoid;