From: Cameron Cawley Date: Fri, 4 Nov 2022 13:49:00 +0000 (+0000) Subject: pkcs7: Remove unused includes X-Git-Tag: openssl-3.2.0-alpha1~1773 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a5c0d93cfe65b5fbb9bd91ec62371256eb26e12;p=thirdparty%2Fopenssl.git 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) --- diff --git a/crypto/pkcs7/bio_pk7.c b/crypto/pkcs7/bio_pk7.c index 414f0da1c61..36f4d6196a8 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)