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)
This commit is contained in:
Cameron Cawley 2022-11-04 13:49:00 +00:00 committed by Pauli
parent ada6f0533d
commit 2a5c0d93cf

View File

@ -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)