summaryrefslogtreecommitdiffstats
path: root/crypto/ts
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 15:20:03 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:10:41 +0100
commit02199cc39db2669933cefc6319599ba491bb3a85 (patch)
treec570b461ca10ebc39a91d1a656c12655de0cfd8a /crypto/ts
parentfd3ed85c67174a0d3b6639ba9b237351d1c2201f (diff)
Fix safestack issues in pkcs7.h
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12781)
Diffstat (limited to 'crypto/ts')
-rw-r--r--crypto/ts/ts_rsp_verify.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/ts/ts_rsp_verify.c b/crypto/ts/ts_rsp_verify.c
index 0077798c43..cec15bd094 100644
--- a/crypto/ts/ts_rsp_verify.c
+++ b/crypto/ts/ts_rsp_verify.c
@@ -15,7 +15,6 @@
#include "ts_local.h"
#include "crypto/ess.h"
-DEFINE_STACK_OF(PKCS7_SIGNER_INFO)
DEFINE_STACK_OF(ESS_CERT_ID)
DEFINE_STACK_OF(ESS_CERT_ID_V2)