]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/asn1/a_strnid.c
In OpenSSL builds, declare STACK for datatypes ...
[thirdparty/openssl.git] / crypto / asn1 / a_strnid.c
index ab54739714f8fe0b0efe15c0442a571a3804e268..518d4089373b733d86200ce5386339c5f019b711 100644 (file)
@@ -12,6 +12,8 @@
 #include <openssl/asn1.h>
 #include <openssl/objects.h>
 
+DEFINE_STACK_OF(ASN1_STRING_TABLE)
+
 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
 static void st_free(ASN1_STRING_TABLE *tbl);
 static int sk_table_cmp(const ASN1_STRING_TABLE *const *a,