diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 16:37:45 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:10:41 +0200 |
commit | c5a5581127c75fe9e9d56d42dd6bd95eb679729f (patch) | |
tree | 0d10f77ace2cd630c8e0090354955175c061b084 /crypto/cmp | |
parent | Fix safestack issues in srp.h (diff) | |
download | openssl-c5a5581127c75fe9e9d56d42dd6bd95eb679729f.tar.xz openssl-c5a5581127c75fe9e9d56d42dd6bd95eb679729f.zip |
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/cmp')
-rw-r--r-- | crypto/cmp/cmp_util.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/cmp/cmp_util.c b/crypto/cmp/cmp_util.c index bdd876a89f..12afe57028 100644 --- a/crypto/cmp/cmp_util.c +++ b/crypto/cmp/cmp_util.c @@ -16,8 +16,6 @@ #include <openssl/err.h> /* should be implied by cmperr.h */ #include <openssl/x509v3.h> -DEFINE_STACK_OF(X509_OBJECT) - /* * use trace API for CMP-specific logging, prefixed by "CMP " and severity */ |