mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 20:14:20 +08:00
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:
parent
ada6f0533d
commit
2a5c0d93cf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user