summaryrefslogtreecommitdiffstats
path: root/crypto/cms
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-03-16 18:41:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-03-16 18:41:20 +0000
commitdeb21fbae9015e6829afc3627727a64e02f0d3e1 (patch)
tree4b8920b5a756224fa5bb3ce3589d2d330e54a633 /crypto/cms
parent057039f782f56e5bfb27c440b081f2c21ad80d49 (diff)
Remove deleted function from header file, update mkfiles.pl
Diffstat (limited to 'crypto/cms')
-rw-r--r--crypto/cms/cms.h1
1 files changed, 0 insertions, 1 deletions
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);