diff options
author | tb <> | 2022-01-07 09:02:18 +0000 |
---|---|---|
committer | tb <> | 2022-01-07 09:02:18 +0000 |
commit | 8d74ebda124d78459caefe10402685b3d761662a (patch) | |
tree | 63702983643c0f30ff2f3288b678033f62b0de2d /src/lib/libcrypto/bio/bio_meth.c | |
parent | d93aa16238be38535b8d4292ab7ac0ac0a70ce70 (diff) | |
download | openbsd-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.c | 4 |
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 | |||
22 | BIO_METHOD * | 24 | BIO_METHOD * |
23 | BIO_meth_new(int type, const char *name) | 25 | BIO_meth_new(int type, const char *name) |
24 | { | 26 | { |