Don't add $(EX_LIBS) to libssl.pc's Libs.private
[openssl.git] / crypto / cms / cms_cd.c
index c0cb368d0fd1f7819b1b0b0b44269edb9316a5d9..f05e308418f887d20eca44961a9c53c5ee40f955 100644 (file)
@@ -63,7 +63,7 @@ CMS_ContentInfo *cms_CompressedData_create(int comp_nid)
 BIO *cms_CompressedData_init_bio(CMS_ContentInfo *cms)
 {
     CMS_CompressedData *cd;
-    ASN1_OBJECT *compoid;
+    const ASN1_OBJECT *compoid;
     if (OBJ_obj2nid(cms->contentType) != NID_id_smime_ct_compressedData) {
         CMSerr(CMS_F_CMS_COMPRESSEDDATA_INIT_BIO,
                CMS_R_CONTENT_TYPE_NOT_COMPRESSED_DATA);