summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_npas.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 /crypto/pkcs12/p12_npas.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 'crypto/pkcs12/p12_npas.c')
-rw-r--r--crypto/pkcs12/p12_npas.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/pkcs12/p12_npas.c b/crypto/pkcs12/p12_npas.c
index 99e21489ad..ee35c45abb 100644
--- a/crypto/pkcs12/p12_npas.c
+++ b/crypto/pkcs12/p12_npas.c
@@ -15,8 +15,6 @@
#include <openssl/pkcs12.h>
#include "p12_local.h"
-DEFINE_STACK_OF(PKCS12_SAFEBAG)
-
/* PKCS#12 password change routine */
static int newpass_p12(PKCS12 *p12, const char *oldpass, const char *newpass);