summaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 16:35:20 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:11:21 +0100
commitadd339272773072e0d8995362c6167e515377c7f (patch)
tree2ff7010f293d72c4a210d69969edc0f477f5c65e /apps/pkcs12.c
parent15c3dcfc78553c70439d816a9c5471b8d5a6c54f (diff)
Fix safestack issues in pkcs12.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/pkcs12.c')
-rw-r--r--apps/pkcs12.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/pkcs12.c b/apps/pkcs12.c
index fd626d9d05..b0f03232a7 100644
--- a/apps/pkcs12.c
+++ b/apps/pkcs12.c
@@ -20,8 +20,6 @@
#include <openssl/pkcs12.h>
#include <openssl/provider.h>
-DEFINE_STACK_OF(PKCS12_SAFEBAG)
-
#define NOKEYS 0x1
#define NOCERTS 0x2
#define INFO 0x4