summaryrefslogtreecommitdiffstats
path: root/crypto/ts/ts_rsp_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ts/ts_rsp_print.c')
-rw-r--r--crypto/ts/ts_rsp_print.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/ts/ts_rsp_print.c b/crypto/ts/ts_rsp_print.c
index 8593e2d9e3..5334cea534 100644
--- a/crypto/ts/ts_rsp_print.c
+++ b/crypto/ts/ts_rsp_print.c
@@ -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;