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/evp/bio_b64.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/evp/bio_b64.c') diff --git a/src/lib/libcrypto/evp/bio_b64.c b/src/lib/libcrypto/evp/bio_b64.c index abe266b604..c1ec25d9c4 100644 --- a/src/lib/libcrypto/evp/bio_b64.c +++ b/src/lib/libcrypto/evp/bio_b64.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bio_b64.c,v 1.23 2021/12/12 21:30:13 tb Exp $ */ +/* $OpenBSD: bio_b64.c,v 1.24 2022/01/07 09:02:18 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -63,6 +63,7 @@ #include #include +#include "bio_local.h" #include "evp_locl.h" static int b64_write(BIO *h, const char *buf, int num); -- cgit v1.2.3-55-g6feb