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/bf_null.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/bio/bf_null.c') diff --git a/src/lib/libcrypto/bio/bf_null.c b/src/lib/libcrypto/bio/bf_null.c index 25abb8a574..1a935cf26b 100644 --- a/src/lib/libcrypto/bio/bf_null.c +++ b/src/lib/libcrypto/bio/bf_null.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bf_null.c,v 1.12 2018/05/01 13:29:09 tb Exp $ */ +/* $OpenBSD: bf_null.c,v 1.13 2022/01/07 09:02:17 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -61,6 +61,8 @@ #include +#include "bio_local.h" + /* BIO_put and BIO_get both add to the digest, * BIO_gets returns the digest */ -- cgit v1.2.3-55-g6feb