X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fcms%2Fcms.h;h=c3ab3eb17160e807297301e9e5f7ea9b786bb7a0;hp=f5373cfd5026043d78281cea88fafe2f59536764;hb=deb21fbae9015e6829afc3627727a64e02f0d3e1;hpb=057039f782f56e5bfb27c440b081f2c21ad80d49 diff --git a/crypto/cms/cms.h b/crypto/cms/cms.h index f5373cfd50..c3ab3eb171 100644 --- a/crypto/cms/cms.h +++ b/crypto/cms/cms.h @@ -109,7 +109,6 @@ DECLARE_ASN1_PRINT_FUNCTION(CMS_ContentInfo) #define CMS_USE_KEYID 0x10000 const ASN1_OBJECT *CMS_get0_type(CMS_ContentInfo *cms); -CMS_ContentInfo *CMS_Data_Create(void); BIO *CMS_dataInit(CMS_ContentInfo *cms, BIO *icont); int CMS_dataFinal(CMS_ContentInfo *cms, BIO *bio);