Fix declarations and constification for inline stack.
[openssl.git] / crypto / cms / cms_env.c
index a9a9d84e600fcc2be1b9819ffcd870cc3241f6c0..0b765486b96f36ce531e8b4a10dfd3f4d57e7b4b 100644 (file)
@@ -65,8 +65,6 @@
 
 /* CMS EnvelopedData Utilities */
 
-DECLARE_STACK_OF(CMS_RecipientInfo)
-
 CMS_EnvelopedData *cms_get0_enveloped(CMS_ContentInfo *cms)
 {
     if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_enveloped) {