summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs7/bio_pk7.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/pkcs7/bio_pk7.c')
-rw-r--r--src/lib/libcrypto/pkcs7/bio_pk7.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libcrypto/pkcs7/bio_pk7.c b/src/lib/libcrypto/pkcs7/bio_pk7.c
index 83cf70fd87..e452293f7f 100644
--- a/src/lib/libcrypto/pkcs7/bio_pk7.c
+++ b/src/lib/libcrypto/pkcs7/bio_pk7.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bio_pk7.c,v 1.7 2023/02/16 08:38:17 tb Exp $ */ 1/* $OpenBSD: bio_pk7.c,v 1.8 2023/04/25 19:08:30 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project. 3 * project.
4 */ 4 */
@@ -52,11 +52,13 @@
52 * 52 *
53 */ 53 */
54 54
55#include <stdio.h>
56
55#include <openssl/asn1.h> 57#include <openssl/asn1.h>
56#include <openssl/pkcs7.h>
57#include <openssl/bio.h> 58#include <openssl/bio.h>
59#include <openssl/pkcs7.h>
58 60
59#include <stdio.h> 61#include "asn1_local.h"
60 62
61/* Streaming encode support for PKCS#7 */ 63/* Streaming encode support for PKCS#7 */
62BIO * 64BIO *