summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn_mime.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 16:06:16 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:10:41 +0100
commitdd731474207126615679f4cc9ae772d7da990332 (patch)
tree8a60e41bdcd2991bb5d55dba31ad8fdf4446cee2 /crypto/asn1/asn_mime.c
parent1e14bca2332a95340366324372c59e6a78ddbad7 (diff)
Fix safestack issues in bio.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/asn1/asn_mime.c')
-rw-r--r--crypto/asn1/asn_mime.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/asn1/asn_mime.c b/crypto/asn1/asn_mime.c
index 65e8425045..596b32a57e 100644
--- a/crypto/asn1/asn_mime.c
+++ b/crypto/asn1/asn_mime.c
@@ -19,8 +19,6 @@
#include "internal/bio.h"
#include "asn1_local.h"
-DEFINE_STACK_OF(BIO)
-
/*
* Generalised MIME like utilities for streaming ASN1. Although many have a
* PKCS7/CMS like flavour others are more general purpose.