summaryrefslogtreecommitdiffstats
path: root/test/ct_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ct_test.c')
-rw-r--r--test/ct_test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ct_test.c b/test/ct_test.c
index bd098c5d6a..79ffcbf9a2 100644
--- a/test/ct_test.c
+++ b/test/ct_test.c
@@ -21,6 +21,9 @@
#include <openssl/crypto.h>
#ifndef OPENSSL_NO_CT
+
+DEFINE_STACK_OF(SCT)
+
/* Used when declaring buffers to read text files into */
# define CT_TEST_MAX_FILE_SIZE 8096