In OpenSSL builds, declare STACK for datatypes ...
[openssl.git] / apps / pkcs7.c
index dba9751e9b95fefba0653d1bfc04edfc6b90ed12..2416584dd6c655d21807305ce8e71f2cc3d45f25 100644 (file)
@@ -20,6 +20,9 @@
 #include <openssl/pkcs7.h>
 #include <openssl/pem.h>
 
+DEFINE_STACK_OF(X509)
+DEFINE_STACK_OF(X509_CRL)
+
 typedef enum OPTION_choice {
     OPT_ERR = -1, OPT_EOF = 0, OPT_HELP,
     OPT_INFORM, OPT_OUTFORM, OPT_IN, OPT_OUT, OPT_NOOUT,