diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 17:01:51 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:10:41 +0200 |
commit | 1e14bca2332a95340366324372c59e6a78ddbad7 (patch) | |
tree | 57de239c6315d8ba4f44c292805c25e2cdf13a84 /crypto/ts | |
parent | Fix safestack issues in asn1t.h (diff) | |
download | openssl-1e14bca2332a95340366324372c59e6a78ddbad7.tar.xz openssl-1e14bca2332a95340366324372c59e6a78ddbad7.zip |
Fix safestack issues in ess.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.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/ts/ts_rsp_verify.c b/crypto/ts/ts_rsp_verify.c index cec15bd094..69ce5dc806 100644 --- a/crypto/ts/ts_rsp_verify.c +++ b/crypto/ts/ts_rsp_verify.c @@ -15,9 +15,6 @@ #include "ts_local.h" #include "crypto/ess.h" -DEFINE_STACK_OF(ESS_CERT_ID) -DEFINE_STACK_OF(ESS_CERT_ID_V2) - static int ts_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted, X509 *signer, STACK_OF(X509) **chain); static int ts_check_signing_certs(PKCS7_SIGNER_INFO *si, |