X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fcms%2Fcms_lcl.h;h=dbc329d118d91e62c70c90ac79a3d21eebbd27da;hp=64b673ac63878f5df802fbb01f836f0df521333a;hb=19e512a8244a6f527d0194339a8f9fc45468537a;hpb=915bf45ee32826ed9eb612e4f82034a138dfeb41 diff --git a/crypto/cms/cms_lcl.h b/crypto/cms/cms_lcl.h index 64b673ac63..dbc329d118 100644 --- a/crypto/cms/cms_lcl.h +++ b/crypto/cms/cms_lcl.h @@ -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)