summaryrefslogtreecommitdiffstats
path: root/apps/cmp.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 14:45:54 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:10:40 +0100
commit798f932980e2fe656a8ba2a1bde453484f6f07dc (patch)
treedce53065fe04758c0cf8a1751bba33de9ce1ccfd /apps/cmp.c
parentb4780134df95b34ae263e966e93c83594a38de5b (diff)
Fix safestack issues in cmp.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 'apps/cmp.c')
-rw-r--r--apps/cmp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/cmp.c b/apps/cmp.c
index 4d77b541c4..083425c08f 100644
--- a/apps/cmp.c
+++ b/apps/cmp.c
@@ -42,8 +42,6 @@
#include <openssl/objects.h>
#include <openssl/x509.h>
-DEFINE_STACK_OF(OSSL_CMP_ITAV)
-
static char *opt_config = NULL;
#define CMP_SECTION "cmp"
#define SECTION_NAME_MAX 40 /* max length of section name */