Enable -Wmissing-variable-declarations and
[openssl.git] / crypto / cms / cms_env.c
index f677a9bc4d9b5f2f90173e8de3ab9dfa278547d6..e133bcc6a75011da80c2650fe8ee976ba7f67b99 100644 (file)
 
 /* CMS EnvelopedData Utilities */
 
-DECLARE_ASN1_ITEM(CMS_EnvelopedData)
-DECLARE_ASN1_ITEM(CMS_KeyTransRecipientInfo)
-DECLARE_ASN1_ITEM(CMS_KEKRecipientInfo)
-DECLARE_ASN1_ITEM(CMS_OtherKeyAttribute)
-
 DECLARE_STACK_OF(CMS_RecipientInfo)
 
 CMS_EnvelopedData *cms_get0_enveloped(CMS_ContentInfo *cms)