summaryrefslogtreecommitdiffstats
path: root/crypto/ess
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 16:01:51 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:10:41 +0100
commit1e14bca2332a95340366324372c59e6a78ddbad7 (patch)
tree57de239c6315d8ba4f44c292805c25e2cdf13a84 /crypto/ess
parent0b282540158bc4a7a291af7427a8da76f0a4980a (diff)
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/ess')
-rw-r--r--crypto/ess/ess_lib.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/ess/ess_lib.c b/crypto/ess/ess_lib.c
index c8e1bb8eba..325acddb95 100644
--- a/crypto/ess/ess_lib.c
+++ b/crypto/ess/ess_lib.c
@@ -14,9 +14,6 @@
#include "crypto/ess.h"
#include "crypto/x509.h"
-DEFINE_STACK_OF(ESS_CERT_ID)
-DEFINE_STACK_OF(ESS_CERT_ID_V2)
-
static ESS_CERT_ID *ESS_CERT_ID_new_init(X509 *cert, int issuer_needed);
static ESS_CERT_ID_V2 *ESS_CERT_ID_V2_new_init(const EVP_MD *hash_alg,
X509 *cert, int issuer_needed);