Add 'methods' parameter to setup_engine() in apps.c for individual method defaults
[oweals/openssl.git] / apps / pkcs12.c
index 69bbe94cf910653c4435a784029fde80bec209fc..18f9550dedab4b4d84e4e5650bd0d936bea9ae27 100644 (file)
 #include <openssl/pem.h>
 #include <openssl/pkcs12.h>
 
+DEFINE_STACK_OF(X509)
+DEFINE_STACK_OF(PKCS7)
+DEFINE_STACK_OF(PKCS12_SAFEBAG)
+DEFINE_STACK_OF(X509_ATTRIBUTE)
+DEFINE_STACK_OF_STRING()
+
 #define NOKEYS          0x1
 #define NOCERTS         0x2
 #define INFO            0x4