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/bio_meth.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/bio/bio_meth.c') diff --git a/src/lib/libcrypto/bio/bio_meth.c b/src/lib/libcrypto/bio/bio_meth.c index 4327c010b1..b9c07d5111 100644 --- a/src/lib/libcrypto/bio/bio_meth.c +++ b/src/lib/libcrypto/bio/bio_meth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bio_meth.c,v 1.6 2018/06/02 04:41:12 tb Exp $ */ +/* $OpenBSD: bio_meth.c,v 1.7 2022/01/07 09:02:17 tb Exp $ */ /* * Copyright (c) 2018 Theo Buehler * @@ -19,6 +19,8 @@ #include +#include "bio_local.h" + BIO_METHOD * BIO_meth_new(int type, const char *name) { -- cgit v1.2.3-55-g6feb