From 8d74ebda124d78459caefe10402685b3d761662a Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 7 Jan 2022 09:02:18 +0000 Subject: Add a new, mostly empty, bio_local.h and include it in the files that will need it in the upcoming bump. discussed with jsing --- src/lib/libcrypto/bio/bss_file.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/bio/bss_file.c') diff --git a/src/lib/libcrypto/bio/bss_file.c b/src/lib/libcrypto/bio/bss_file.c index fe937388b2..0c9b755025 100644 --- a/src/lib/libcrypto/bio/bss_file.c +++ b/src/lib/libcrypto/bio/bss_file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bss_file.c,v 1.33 2018/05/30 00:23:04 tb Exp $ */ +/* $OpenBSD: bss_file.c,v 1.34 2022/01/07 09:02:17 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -90,6 +90,8 @@ #include #include +#include "bio_local.h" + static int file_write(BIO *h, const char *buf, int num); static int file_read(BIO *h, char *buf, int size); static int file_puts(BIO *h, const char *str); -- cgit v1.2.3-55-g6feb