From b6dc5c66e710237ddd83a9234e14c61c56af0238 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Sun, 24 Aug 2014 16:08:30 +0000 Subject: Include to get struct timeval The crypto/bio/bss_dgram.c file assumes that another file indirectly includes that includes . from Jonas 'Sortie' Termansen ok deraadt@ tedu@ --- src/lib/libcrypto/bio/bss_dgram.c | 3 ++- src/lib/libssl/src/crypto/bio/bss_dgram.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/bio/bss_dgram.c b/src/lib/libcrypto/bio/bss_dgram.c index afce2e5290..9e8cb9024e 100644 --- a/src/lib/libcrypto/bio/bss_dgram.c +++ b/src/lib/libcrypto/bio/bss_dgram.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bss_dgram.c,v 1.32 2014/07/11 12:17:46 miod Exp $ */ +/* $OpenBSD: bss_dgram.c,v 1.33 2014/08/24 16:08:30 bcook Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. @@ -58,6 +58,7 @@ */ #include +#include #include diff --git a/src/lib/libssl/src/crypto/bio/bss_dgram.c b/src/lib/libssl/src/crypto/bio/bss_dgram.c index afce2e5290..9e8cb9024e 100644 --- a/src/lib/libssl/src/crypto/bio/bss_dgram.c +++ b/src/lib/libssl/src/crypto/bio/bss_dgram.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bss_dgram.c,v 1.32 2014/07/11 12:17:46 miod Exp $ */ +/* $OpenBSD: bss_dgram.c,v 1.33 2014/08/24 16:08:30 bcook Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. @@ -58,6 +58,7 @@ */ #include +#include #include -- cgit v1.2.3-55-g6feb