Backwards-compatibility subject to OPENSSL_API_COMPAT
[openssl.git] / crypto / cms / cms_lib.c
index fdc69f6f8fadb535eafdfb8b1b05dc5a02016e12..f6de4efd3a62bd480619f5adaf7adb6990ed8017 100644 (file)
@@ -64,9 +64,6 @@
 IMPLEMENT_ASN1_FUNCTIONS(CMS_ContentInfo)
 IMPLEMENT_ASN1_PRINT_FUNCTION(CMS_ContentInfo)
 
-DECLARE_STACK_OF(CMS_CertificateChoices)
-DECLARE_STACK_OF(CMS_RevocationInfoChoice)
-
 const ASN1_OBJECT *CMS_get0_type(CMS_ContentInfo *cms)
 {
     return cms->contentType;