In OpenSSL builds, declare STACK for datatypes ...
[openssl.git] / crypto / x509 / v3_utl.c
index c7f54aa0d49e23367610b4660ec7c1d4b395a6e4..4be395397cd38e2e20d7310cf1ab7d30e95367b7 100644 (file)
 #include <openssl/bn.h>
 #include "ext_dat.h"
 
+DEFINE_STACK_OF(CONF_VALUE)
+DEFINE_STACK_OF(GENERAL_NAME)
+DEFINE_STACK_OF(ACCESS_DESCRIPTION)
+DEFINE_STACK_OF(X509_EXTENSION)
+DEFINE_STACK_OF_STRING()
+
 static char *strip_spaces(char *name);
 static int sk_strcmp(const char *const *a, const char *const *b);
 static STACK_OF(OPENSSL_STRING) *get_email(const X509_NAME *name,