diff options
Diffstat (limited to 'src/lib/libssl/d1_pkt.c')
-rw-r--r-- | src/lib/libssl/d1_pkt.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libssl/d1_pkt.c b/src/lib/libssl/d1_pkt.c index f0f393b0fd..12a711324a 100644 --- a/src/lib/libssl/d1_pkt.c +++ b/src/lib/libssl/d1_pkt.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: d1_pkt.c,v 1.115 2021/10/25 10:14:48 jsing Exp $ */ | 1 | /* $OpenBSD: d1_pkt.c,v 1.116 2021/11/09 18:40:21 bcook 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. |
@@ -113,8 +113,7 @@ | |||
113 | * [including the GNU Public Licence.] | 113 | * [including the GNU Public Licence.] |
114 | */ | 114 | */ |
115 | 115 | ||
116 | #include <machine/endian.h> | 116 | #include <endian.h> |
117 | |||
118 | #include <errno.h> | 117 | #include <errno.h> |
119 | #include <stdio.h> | 118 | #include <stdio.h> |
120 | 119 | ||