Skip to content

Commit

Permalink
pkcs7: Remove unused includes
Browse files Browse the repository at this point in the history
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 #19608)

(cherry picked from commit 2a5c0d9)
  • Loading branch information
ccawley2011 authored and paulidale committed Nov 9, 2022
1 parent 3ede8f1 commit 13d3be4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crypto/pkcs7/bio_pk7.c
Expand Up @@ -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)
Expand Down

0 comments on commit 13d3be4

Please sign in to comment.