aboutsummaryrefslogtreecommitdiff
path: root/test
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 /test
parent15c3dcfc78553c70439d816a9c5471b8d5a6c54f (diff)
downloadopenssl-add339272773072e0d8995362c6167e515377c7f.zip
openssl-add339272773072e0d8995362c6167e515377c7f.tar.gz
openssl-add339272773072e0d8995362c6167e515377c7f.tar.bz2
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 'test')
-rw-r--r--test/pkcs12_helper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/pkcs12_helper.c b/test/pkcs12_helper.c
index d3b7a63..dd64a2a 100644
--- a/test/pkcs12_helper.c
+++ b/test/pkcs12_helper.c
@@ -21,8 +21,6 @@
#include "testutil.h"
#include "pkcs12_helper.h"
-DEFINE_STACK_OF(PKCS12_SAFEBAG)
-
/* Set this to > 0 write test data to file */
int write_files = 0;