]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ts/ts_verify_ctx.c
In OpenSSL builds, declare STACK for datatypes ...
[thirdparty/openssl.git] / crypto / ts / ts_verify_ctx.c
index 3c8340137fe4781a38d0a58ca618515203dfc87d..2205345b0f0b38ba1b6b8e72317213e3dbbbc1a5 100644 (file)
@@ -12,6 +12,8 @@
 #include <openssl/ts.h>
 #include "ts_local.h"
 
+DEFINE_STACK_OF(X509)
+
 TS_VERIFY_CTX *TS_VERIFY_CTX_new(void)
 {
     TS_VERIFY_CTX *ctx = OPENSSL_zalloc(sizeof(*ctx));