From 2a5c0d93cfe65b5fbb9bd91ec62371256eb26e12 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Fri, 4 Nov 2022 13:49:00 +0000 Subject: pkcs7: Remove unused includes CLA: trivial Reviewed-by: Tomas Mraz Reviewed-by: Hugo Landau Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/19608) --- crypto/pkcs7/bio_pk7.c | 5 ----- 1 file changed, 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 #include -#if !defined(OPENSSL_SYS_VXWORKS) -# include -#endif -#include - /* Streaming encode support for PKCS#7 */ BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7) -- cgit v1.2.3