summaryrefslogtreecommitdiffstats
path: root/crypto/cmp/cmp_server.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 15:45:01 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:10:41 +0100
commit98c35dc48d36664c404fec2e12ce405ac0fbecc0 (patch)
tree8bfc1804c0714c88410608ef3e48f7f01d3fdd92 /crypto/cmp/cmp_server.c
parentc5a5581127c75fe9e9d56d42dd6bd95eb679729f (diff)
Fix safestack issues in crmf.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/cmp_server.c')
-rw-r--r--crypto/cmp/cmp_server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/cmp/cmp_server.c b/crypto/cmp/cmp_server.c
index 94aa9aac8b..e9ddf496f2 100644
--- a/crypto/cmp/cmp_server.c
+++ b/crypto/cmp/cmp_server.c
@@ -19,8 +19,6 @@
#include <openssl/cmp.h>
#include <openssl/err.h>
-DEFINE_STACK_OF(OSSL_CRMF_MSG)
-
/* the context for the generic CMP server */
struct ossl_cmp_srv_ctx_st
{