diff options
author | tb <> | 2022-01-14 09:09:30 +0000 |
---|---|---|
committer | tb <> | 2022-01-14 09:09:30 +0000 |
commit | 569ac6ae47542ab678a23a440d659ae25196fdc7 (patch) | |
tree | 003b4c4dc1f9c357b0f5306ebefc3fd50bbbc1f1 /src/lib/libssl/bio_ssl.c | |
parent | 9d5098600afa65a94c9b2597b3be68dbb6d6a134 (diff) | |
download | openbsd-569ac6ae47542ab678a23a440d659ae25196fdc7.tar.gz openbsd-569ac6ae47542ab678a23a440d659ae25196fdc7.tar.bz2 openbsd-569ac6ae47542ab678a23a440d659ae25196fdc7.zip |
bio_ssl.c needs to peek into bio_local.h
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/bio_ssl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/bio_ssl.c b/src/lib/libssl/bio_ssl.c index bb40b2a6f7..f2bf376fc2 100644 --- a/src/lib/libssl/bio_ssl.c +++ b/src/lib/libssl/bio_ssl.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bio_ssl.c,v 1.31 2021/07/01 17:53:39 jsing Exp $ */ | 1 | /* $OpenBSD: bio_ssl.c,v 1.32 2022/01/14 09:09:30 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -66,6 +66,7 @@ | |||
66 | #include <openssl/err.h> | 66 | #include <openssl/err.h> |
67 | #include <openssl/ssl.h> | 67 | #include <openssl/ssl.h> |
68 | 68 | ||
69 | #include "bio_local.h" | ||
69 | #include "ssl_locl.h" | 70 | #include "ssl_locl.h" |
70 | 71 | ||
71 | static int ssl_write(BIO *h, const char *buf, int num); | 72 | static int ssl_write(BIO *h, const char *buf, int num); |