diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 16:56:05 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:10:41 +0200 |
commit | 0b282540158bc4a7a291af7427a8da76f0a4980a (patch) | |
tree | edaf198d40a187bc652a26d01ace84fc51d444b5 /crypto/x509/x_name.c | |
parent | Fix safestack issues in ct.h (diff) | |
download | openssl-0b282540158bc4a7a291af7427a8da76f0a4980a.tar.xz openssl-0b282540158bc4a7a291af7427a8da76f0a4980a.zip |
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.c | 2 |
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. |