In OpenSSL builds, declare STACK for datatypes ...
[openssl.git] / crypto / ts / ts_rsp_print.c
index 8593e2d9e3ec95b9e15d73afd8dee3b6ea91e6f7..5334cea534812cba241718c54d0af354e34aebaa 100644 (file)
@@ -15,6 +15,9 @@
 #include <openssl/ts.h>
 #include "ts_local.h"
 
+DEFINE_STACK_OF(ASN1_UTF8STRING)
+DEFINE_STACK_OF(CONF_VALUE)
+
 struct status_map_st {
     int bit;
     const char *text;