Remove deleted function from header file, update mkfiles.pl
authorDr. Stephen Henson <steve@openssl.org>
Sun, 16 Mar 2008 18:41:20 +0000 (18:41 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 16 Mar 2008 18:41:20 +0000 (18:41 +0000)
crypto/cms/cms.h
util/mkfiles.pl

index f5373cfd5026043d78281cea88fafe2f59536764..c3ab3eb17160e807297301e9e5f7ea9b786bb7a0 100644 (file)
@@ -109,7 +109,6 @@ DECLARE_ASN1_PRINT_FUNCTION(CMS_ContentInfo)
 #define CMS_USE_KEYID                  0x10000
 
 const ASN1_OBJECT *CMS_get0_type(CMS_ContentInfo *cms);
 #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);
 
 BIO *CMS_dataInit(CMS_ContentInfo *cms, BIO *icont);
 int CMS_dataFinal(CMS_ContentInfo *cms, BIO *bio);
index 823676c60bf9809e16593833d1b4ceaba140be29..4bfce64adab45ea8c47ee00fc41e9464f625b651 100755 (executable)
@@ -46,6 +46,7 @@ my @dirs = (
 "crypto/pem",
 "crypto/x509",
 "crypto/x509v3",
 "crypto/pem",
 "crypto/x509",
 "crypto/x509v3",
+"crypto/cms",
 "crypto/conf",
 "crypto/txt_db",
 "crypto/pkcs7",
 "crypto/conf",
 "crypto/txt_db",
 "crypto/pkcs7",