summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbcook <>2015-10-07 13:20:48 +0000
committerbcook <>2015-10-07 13:20:48 +0000
commit4bb91779ee4f3d0fbbf281516a19c30d6e4bad46 (patch)
tree04e1ebb25f4e3948f5c0258d567bdb706a75be2b /src
parent9543fc17a44b10fa1102d55b6e310e6d212ec1d6 (diff)
downloadopenbsd-4bb91779ee4f3d0fbbf281516a19c30d6e4bad46.tar.gz
openbsd-4bb91779ee4f3d0fbbf281516a19c30d6e4bad46.tar.bz2
openbsd-4bb91779ee4f3d0fbbf281516a19c30d6e4bad46.zip
include <sys/time.h> for gettimeofday(2)
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/d1_lib.c3
-rw-r--r--src/lib/libssl/src/ssl/d1_lib.c3
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