From: Dr. Stephen Henson Date: Sun, 16 Mar 2008 18:41:20 +0000 (+0000) Subject: Remove deleted function from header file, update mkfiles.pl X-Git-Tag: OpenSSL_0_9_8k^2~521 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deb21fbae9015e6829afc3627727a64e02f0d3e1;p=thirdparty%2Fopenssl.git Remove deleted function from header file, update mkfiles.pl --- diff --git a/crypto/cms/cms.h b/crypto/cms/cms.h index f5373cfd502..c3ab3eb1716 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); diff --git a/util/mkfiles.pl b/util/mkfiles.pl index 823676c60bf..4bfce64adab 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -46,6 +46,7 @@ my @dirs = ( "crypto/pem", "crypto/x509", "crypto/x509v3", +"crypto/cms", "crypto/conf", "crypto/txt_db", "crypto/pkcs7",