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