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/bss_dgram.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/bss_dgram.c')
| -rw-r--r-- | src/lib/libcrypto/bio/bss_dgram.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bio/bss_dgram.c b/src/lib/libcrypto/bio/bss_dgram.c index 794b6d1b56..fa6e2db917 100644 --- a/src/lib/libcrypto/bio/bss_dgram.c +++ b/src/lib/libcrypto/bio/bss_dgram.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: bss_dgram.c,v 1.42 2018/05/12 17:47:53 tb Exp $ */ | 1 | /* $OpenBSD: bss_dgram.c,v 1.43 2022/01/07 09:02:17 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * DTLS implementation written by Nagendra Modadugu | 3 | * DTLS implementation written by Nagendra Modadugu |
| 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. | 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. |
| @@ -72,6 +72,8 @@ | |||
| 72 | 72 | ||
| 73 | #include <openssl/bio.h> | 73 | #include <openssl/bio.h> |
| 74 | 74 | ||
| 75 | #include "bio_local.h" | ||
| 76 | |||
| 75 | #ifndef OPENSSL_NO_DGRAM | 77 | #ifndef OPENSSL_NO_DGRAM |
| 76 | 78 | ||
| 77 | 79 | ||
