In OpenSSL builds, declare STACK for datatypes ...
[oweals/openssl.git] / crypto / cms / cms_lib.c
index 835e34887d7b3c221b387a9b0e8f5fc90f97374d..89dfc1508148c2e657d2baf4492275ab14074724 100644 (file)
 #include <openssl/cms.h>
 #include "cms_local.h"
 
+DEFINE_STACK_OF(CMS_RevocationInfoChoice)
+DEFINE_STACK_OF(X509)
+DEFINE_STACK_OF(X509_CRL)
+
 IMPLEMENT_ASN1_FUNCTIONS(CMS_ContentInfo)
 IMPLEMENT_ASN1_PRINT_FUNCTION(CMS_ContentInfo)