diff options
| author | tb <> | 2022-01-07 09:02:18 +0000 |
|---|---|---|
| committer | tb <> | 2022-01-07 09:02:18 +0000 |
| commit | 1eb53a0fe0ea503fe673aa0a6e347e503090c429 (patch) | |
| tree | 63702983643c0f30ff2f3288b678033f62b0de2d /src/lib/libcrypto/bio/bio_meth.c | |
| parent | bee4e7d6cff50954827dda49f2f9ca3cc0f570b4 (diff) | |
| download | openbsd-1eb53a0fe0ea503fe673aa0a6e347e503090c429.tar.gz openbsd-1eb53a0fe0ea503fe673aa0a6e347e503090c429.tar.bz2 openbsd-1eb53a0fe0ea503fe673aa0a6e347e503090c429.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 | { |
