summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_lu.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 15:37:45 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:10:41 +0100
commitc5a5581127c75fe9e9d56d42dd6bd95eb679729f (patch)
tree0d10f77ace2cd630c8e0090354955175c061b084 /crypto/x509/x509_lu.c
parent22fbfe6a7d13c7c9417f8a10103d28fe70991e94 (diff)
Fix safestack issues in x509_vfy.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/x509/x509_lu.c')
-rw-r--r--crypto/x509/x509_lu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/x509/x509_lu.c b/crypto/x509/x509_lu.c
index 77488b6e05..de81fad513 100644
--- a/crypto/x509/x509_lu.c
+++ b/crypto/x509/x509_lu.c
@@ -15,9 +15,6 @@
#include <openssl/x509v3.h>
#include "x509_local.h"
-DEFINE_STACK_OF(X509_LOOKUP)
-DEFINE_STACK_OF(X509_OBJECT)
-
X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method)
{
X509_LOOKUP *ret = OPENSSL_zalloc(sizeof(*ret));