summaryrefslogtreecommitdiffstats
path: root/lib/libssl/d1_lib.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-07-17 23:48:24 +0000
committerderaadt <deraadt@openbsd.org>2014-07-17 23:48:24 +0000
commitc6f33ed06a6eb9d6cc1eeaa6677129408e1275ac (patch)
tree9eebdce0dc147ff2187e07940d521cffbdcd3056 /lib/libssl/d1_lib.c
parentit is 2014, and we still need to encourage people away from srand() (diff)
downloadwireguard-openbsd-c6f33ed06a6eb9d6cc1eeaa6677129408e1275ac.tar.xz
wireguard-openbsd-c6f33ed06a6eb9d6cc1eeaa6677129408e1275ac.zip
avoid sys/param.h; Jonas Termansen
Diffstat (limited to 'lib/libssl/d1_lib.c')
-rw-r--r--lib/libssl/d1_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/d1_lib.c b/lib/libssl/d1_lib.c
index 0539ad42875..ff78d0cf3ae 100644
--- a/lib/libssl/d1_lib.c
+++ b/lib/libssl/d1_lib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: d1_lib.c,v 1.23 2014/07/11 13:09:04 miod Exp $ */
+/* $OpenBSD: d1_lib.c,v 1.24 2014/07/17 23:48:24 deraadt Exp $ */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
@@ -57,7 +57,7 @@
*
*/
-#include <sys/param.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>