Add the content type attribute to additional CMS signerinfo.
[openssl.git] / crypto / cms / cms_lcl.h
index 64b673ac63878f5df802fbb01f836f0df521333a..dbc329d118d91e62c70c90ac79a3d21eebbd27da 100644 (file)
@@ -416,6 +416,8 @@ int cms_RecipientInfo_kari_encrypt(const CMS_ContentInfo *cms,
 /* PWRI routines */
 int cms_RecipientInfo_pwri_crypt(const CMS_ContentInfo *cms, CMS_RecipientInfo *ri,
                                  int en_de);
+/* SignerInfo routines */
+int CMS_si_check_attributes(const CMS_SignerInfo *si);
 
 DECLARE_ASN1_ITEM(CMS_CertificateChoices)
 DECLARE_ASN1_ITEM(CMS_DigestedData)