diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/d1_lib.c | 3 | ||||
-rw-r--r-- | src/lib/libssl/src/ssl/d1_lib.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libssl/d1_lib.c b/src/lib/libssl/d1_lib.c index 708f3d7206..9ec9e090d2 100644 --- a/src/lib/libssl/d1_lib.c +++ b/src/lib/libssl/d1_lib.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: d1_lib.c,v 1.31 2015/09/10 17:57:50 jsing Exp $ */ | 1 | /* $OpenBSD: d1_lib.c,v 1.32 2015/10/07 13:20:48 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. |
@@ -59,6 +59,7 @@ | |||
59 | 59 | ||
60 | #include <sys/types.h> | 60 | #include <sys/types.h> |
61 | #include <sys/socket.h> | 61 | #include <sys/socket.h> |
62 | #include <sys/time.h> | ||
62 | 63 | ||
63 | #include <netinet/in.h> | 64 | #include <netinet/in.h> |
64 | 65 | ||
diff --git a/src/lib/libssl/src/ssl/d1_lib.c b/src/lib/libssl/src/ssl/d1_lib.c index 708f3d7206..9ec9e090d2 100644 --- a/src/lib/libssl/src/ssl/d1_lib.c +++ b/src/lib/libssl/src/ssl/d1_lib.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: d1_lib.c,v 1.31 2015/09/10 17:57:50 jsing Exp $ */ | 1 | /* $OpenBSD: d1_lib.c,v 1.32 2015/10/07 13:20:48 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. |
@@ -59,6 +59,7 @@ | |||
59 | 59 | ||
60 | #include <sys/types.h> | 60 | #include <sys/types.h> |
61 | #include <sys/socket.h> | 61 | #include <sys/socket.h> |
62 | #include <sys/time.h> | ||
62 | 63 | ||
63 | #include <netinet/in.h> | 64 | #include <netinet/in.h> |
64 | 65 | ||