summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x_name.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 15:56:05 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:10:41 +0100
commit0b282540158bc4a7a291af7427a8da76f0a4980a (patch)
treeedaf198d40a187bc652a26d01ace84fc51d444b5 /crypto/x509/x_name.c
parent9d01ac71a06590e88791308f83c586c5d2113229 (diff)
Fix safestack issues in asn1t.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/x_name.c')
-rw-r--r--crypto/x509/x_name.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/x509/x_name.c b/crypto/x509/x_name.c
index 1a57b2232d..692bd6566a 100644
--- a/crypto/x509/x_name.c
+++ b/crypto/x509/x_name.c
@@ -16,8 +16,6 @@
#include "crypto/asn1.h"
#include "x509_local.h"
-DEFINE_STACK_OF(ASN1_VALUE)
-
/*
* Maximum length of X509_NAME: much larger than anything we should
* ever see in practice.