summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bio_meth.c
diff options
context:
space:
mode:
authortb <>2022-01-07 09:02:18 +0000
committertb <>2022-01-07 09:02:18 +0000
commit8d74ebda124d78459caefe10402685b3d761662a (patch)
tree63702983643c0f30ff2f3288b678033f62b0de2d /src/lib/libcrypto/bio/bio_meth.c
parentd93aa16238be38535b8d4292ab7ac0ac0a70ce70 (diff)
downloadopenbsd-8d74ebda124d78459caefe10402685b3d761662a.tar.gz
openbsd-8d74ebda124d78459caefe10402685b3d761662a.tar.bz2
openbsd-8d74ebda124d78459caefe10402685b3d761662a.zip
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
Diffstat (limited to 'src/lib/libcrypto/bio/bio_meth.c')
-rw-r--r--src/lib/libcrypto/bio/bio_meth.c4
1 files changed, 3 insertions, 1 deletions
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 @@
1/* $OpenBSD: bio_meth.c,v 1.6 2018/06/02 04:41:12 tb Exp $ */ 1/* $OpenBSD: bio_meth.c,v 1.7 2022/01/07 09:02:17 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> 3 * Copyright (c) 2018 Theo Buehler <tb@openbsd.org>
4 * 4 *
@@ -19,6 +19,8 @@
19 19
20#include <openssl/bio.h> 20#include <openssl/bio.h>
21 21
22#include "bio_local.h"
23
22BIO_METHOD * 24BIO_METHOD *
23BIO_meth_new(int type, const char *name) 25BIO_meth_new(int type, const char *name)
24{ 26{