diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 15:35:41 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:10:40 +0200 |
commit | b4780134df95b34ae263e966e93c83594a38de5b (patch) | |
tree | 81e361e6653d1fc025af029be24d71af6a8f5051 /crypto/x509/v3_extku.c | |
parent | Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK (diff) | |
download | openssl-b4780134df95b34ae263e966e93c83594a38de5b.tar.xz openssl-b4780134df95b34ae263e966e93c83594a38de5b.zip |
Fix safestack issues in asn1.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/v3_extku.c')
-rw-r--r-- | crypto/x509/v3_extku.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/x509/v3_extku.c b/crypto/x509/v3_extku.c index 7769bc9931..b96fb58ac8 100644 --- a/crypto/x509/v3_extku.c +++ b/crypto/x509/v3_extku.c @@ -14,7 +14,6 @@ #include <openssl/x509v3.h> #include "ext_dat.h" -DEFINE_STACK_OF(ASN1_OBJECT) DEFINE_STACK_OF(CONF_VALUE) static void *v2i_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD *method, |