]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
pkcs7: Remove unused includes
authorCameron Cawley <ccawley2011@gmail.com>
Fri, 4 Nov 2022 13:49:00 +0000 (13:49 +0000)
committerPauli <pauli@openssl.org>
Wed, 9 Nov 2022 21:11:57 +0000 (08:11 +1100)
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)

crypto/pkcs7/bio_pk7.c

index 414f0da1c615a3ecbd08db8b78c87f3313c52259..36f4d6196a806eac1f93b377881faf5b493cb848 100644 (file)
 #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)