From fcd0a3e52e3cacfd10503ab5f846dfde22677aa5 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Wed, 9 Jul 2014 23:46:14 +0000 Subject: include for LONG_MIN/LONG_MAX. Also remove added from previous commit. This was the wrong way to get FIONBIO. ok jsing@ --- src/lib/libcrypto/bio/b_sock.c | 4 ++-- src/lib/libssl/src/crypto/bio/b_sock.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/bio/b_sock.c b/src/lib/libcrypto/bio/b_sock.c index cd57643b94..8e86383cc6 100644 --- a/src/lib/libcrypto/bio/b_sock.c +++ b/src/lib/libcrypto/bio/b_sock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: b_sock.c,v 1.49 2014/07/09 15:19:52 bcook Exp $ */ +/* $OpenBSD: b_sock.c,v 1.50 2014/07/09 23:46:14 bcook Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -56,7 +56,6 @@ * [including the GNU Public Licence.] */ -#include #include #include @@ -65,6 +64,7 @@ #include #include +#include #include #include #include diff --git a/src/lib/libssl/src/crypto/bio/b_sock.c b/src/lib/libssl/src/crypto/bio/b_sock.c index cd57643b94..8e86383cc6 100644 --- a/src/lib/libssl/src/crypto/bio/b_sock.c +++ b/src/lib/libssl/src/crypto/bio/b_sock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: b_sock.c,v 1.49 2014/07/09 15:19:52 bcook Exp $ */ +/* $OpenBSD: b_sock.c,v 1.50 2014/07/09 23:46:14 bcook Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -56,7 +56,6 @@ * [including the GNU Public Licence.] */ -#include #include #include @@ -65,6 +64,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3-55-g6feb