In OpenSSL builds, declare STACK for datatypes ...
[openssl.git] / crypto / pem / pem_info.c
index 90162d7ddb3930129a78a00b2aa946b4ddfa20e3..f6a5dedc482bbe57413f33ede6f360cebbe18c87 100644 (file)
@@ -23,6 +23,8 @@
 #include <openssl/rsa.h>
 #include <openssl/dsa.h>
 
+DEFINE_STACK_OF(X509_INFO)
+
 #ifndef OPENSSL_NO_STDIO
 STACK_OF(X509_INFO) *PEM_X509_INFO_read(FILE *fp, STACK_OF(X509_INFO) *sk,
                                         pem_password_cb *cb, void *u)