diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-07 09:02:19 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-07 09:02:19 +0000 |
commit | cfaff9ceceace6d718348763840ff85e2f5a66f8 (patch) | |
tree | 8a53d4ac747307444a7aa5746a20a46d89d1ab82 /lib/libcrypto/bio/bio_cb.c | |
parent | d4f70f6a3128687f8c605edf41e07f1e6bb22533 (diff) |
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 'lib/libcrypto/bio/bio_cb.c')
-rw-r--r-- | lib/libcrypto/bio/bio_cb.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/bio/bio_cb.c b/lib/libcrypto/bio/bio_cb.c index 52cdd24177b..2ca411cd26e 100644 --- a/lib/libcrypto/bio/bio_cb.c +++ b/lib/libcrypto/bio/bio_cb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bio_cb.c,v 1.17 2021/03/25 09:26:17 tb Exp $ */ +/* $OpenBSD: bio_cb.c,v 1.18 2022/01/07 09:02:17 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -63,6 +63,8 @@ #include <openssl/err.h> #include <openssl/bio.h> +#include "bio_local.h" + long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi, long argl, long ret) |