提交 deb21fba 编写于 作者: D Dr. Stephen Henson

Remove deleted function from header file, update mkfiles.pl

上级 057039f7
...@@ -109,7 +109,6 @@ DECLARE_ASN1_PRINT_FUNCTION(CMS_ContentInfo) ...@@ -109,7 +109,6 @@ DECLARE_ASN1_PRINT_FUNCTION(CMS_ContentInfo)
#define CMS_USE_KEYID 0x10000 #define CMS_USE_KEYID 0x10000
const ASN1_OBJECT *CMS_get0_type(CMS_ContentInfo *cms); const ASN1_OBJECT *CMS_get0_type(CMS_ContentInfo *cms);
CMS_ContentInfo *CMS_Data_Create(void);
BIO *CMS_dataInit(CMS_ContentInfo *cms, BIO *icont); BIO *CMS_dataInit(CMS_ContentInfo *cms, BIO *icont);
int CMS_dataFinal(CMS_ContentInfo *cms, BIO *bio); int CMS_dataFinal(CMS_ContentInfo *cms, BIO *bio);
......
...@@ -46,6 +46,7 @@ my @dirs = ( ...@@ -46,6 +46,7 @@ my @dirs = (
"crypto/pem", "crypto/pem",
"crypto/x509", "crypto/x509",
"crypto/x509v3", "crypto/x509v3",
"crypto/cms",
"crypto/conf", "crypto/conf",
"crypto/txt_db", "crypto/txt_db",
"crypto/pkcs7", "crypto/pkcs7",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册