diff options
author | Matt Caswell <matt@openssl.org> | 2020-09-03 16:20:03 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-09-13 12:10:41 +0200 |
commit | 02199cc39db2669933cefc6319599ba491bb3a85 (patch) | |
tree | c570b461ca10ebc39a91d1a656c12655de0cfd8a /crypto/pkcs7/pk7_lib.c | |
parent | Fix safestack issues in ocsp.h (diff) | |
download | openssl-02199cc39db2669933cefc6319599ba491bb3a85.tar.xz openssl-02199cc39db2669933cefc6319599ba491bb3a85.zip |
Fix safestack issues in pkcs7.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/pkcs7/pk7_lib.c')
-rw-r--r-- | crypto/pkcs7/pk7_lib.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/pkcs7/pk7_lib.c b/crypto/pkcs7/pk7_lib.c index e169783e52..8f92424ad7 100644 --- a/crypto/pkcs7/pk7_lib.c +++ b/crypto/pkcs7/pk7_lib.c @@ -16,9 +16,6 @@ #include "crypto/x509.h" /* for sk_X509_add1_cert() */ #include "pk7_local.h" -DEFINE_STACK_OF(PKCS7_RECIP_INFO) -DEFINE_STACK_OF(PKCS7_SIGNER_INFO) - long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg) { int nid; |