]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/asn1/asn1_gen.c
In OpenSSL builds, declare STACK for datatypes ...
[thirdparty/openssl.git] / crypto / asn1 / asn1_gen.c
index 7b50a0ce6394d57f81980ddaa8c0a318547bb9ec..c5fb8f91b1b5c81bfd38aa460e2c3faea531ca96 100644 (file)
@@ -23,6 +23,9 @@
 
 #define ASN1_GEN_STR(str,val)   {str, sizeof(str) - 1, val}
 
+DEFINE_STACK_OF(ASN1_TYPE)
+DEFINE_STACK_OF(CONF_VALUE)
+
 #define ASN1_FLAG_EXP_MAX       20
 /* Maximum number of nested sequences */
 #define ASN1_GEN_SEQ_MAX_DEPTH  50