summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
diff options
context:
space:
mode:
authorCameron Cawley <ccawley2011@gmail.com>2022-11-04 13:49:00 +0000
committerPauli <pauli@openssl.org>2022-11-10 08:11:57 +1100
commit2a5c0d93cfe65b5fbb9bd91ec62371256eb26e12 (patch)
tree95b0190e10760da906b175512a9fa1cfaceb3035 /crypto/pkcs7
parentada6f0533d3299833b27e623ff1bfe3134e8e466 (diff)
pkcs7: Remove unused includes
CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19608)
Diffstat (limited to 'crypto/pkcs7')
-rw-r--r--crypto/pkcs7/bio_pk7.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/pkcs7/bio_pk7.c b/crypto/pkcs7/bio_pk7.c
index 414f0da1c6..36f4d6196a 100644
--- a/crypto/pkcs7/bio_pk7.c
+++ b/crypto/pkcs7/bio_pk7.c
@@ -11,11 +11,6 @@
#include <openssl/pkcs7.h>
#include <openssl/bio.h>
-#if !defined(OPENSSL_SYS_VXWORKS)
-# include <memory.h>
-#endif
-#include <stdio.h>
-
/* Streaming encode support for PKCS#7 */
BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7)