From bc38918ebd1fef9905f54dfd5b03454cd1e099f3 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Thu, 17 Jul 2014 23:48:24 +0000 Subject: avoid sys/param.h; Jonas Termansen --- src/lib/libcrypto/ppccap.c | 7 ++++--- src/lib/libssl/d1_lib.c | 4 ++-- src/lib/libssl/src/crypto/ppccap.c | 7 ++++--- src/lib/libssl/src/ssl/d1_lib.c | 4 ++-- 4 files changed, 12 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/ppccap.c b/src/lib/libcrypto/ppccap.c index 47b613e536..ce01edf6ec 100644 --- a/src/lib/libcrypto/ppccap.c +++ b/src/lib/libcrypto/ppccap.c @@ -1,8 +1,9 @@ -/* $OpenBSD: ppccap.c,v 1.5 2014/06/12 15:49:27 deraadt Exp $ */ -#include -#include +/* $OpenBSD: ppccap.c,v 1.6 2014/07/17 23:48:24 deraadt Exp $ */ + +#include #include #include +#include #include #include diff --git a/src/lib/libssl/d1_lib.c b/src/lib/libssl/d1_lib.c index 0539ad4287..ff78d0cf3a 100644 --- a/src/lib/libssl/d1_lib.c +++ b/src/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 +#include #include #include diff --git a/src/lib/libssl/src/crypto/ppccap.c b/src/lib/libssl/src/crypto/ppccap.c index 47b613e536..ce01edf6ec 100644 --- a/src/lib/libssl/src/crypto/ppccap.c +++ b/src/lib/libssl/src/crypto/ppccap.c @@ -1,8 +1,9 @@ -/* $OpenBSD: ppccap.c,v 1.5 2014/06/12 15:49:27 deraadt Exp $ */ -#include -#include +/* $OpenBSD: ppccap.c,v 1.6 2014/07/17 23:48:24 deraadt Exp $ */ + +#include #include #include +#include #include #include diff --git a/src/lib/libssl/src/ssl/d1_lib.c b/src/lib/libssl/src/ssl/d1_lib.c index 0539ad4287..ff78d0cf3a 100644 --- a/src/lib/libssl/src/ssl/d1_lib.c +++ b/src/lib/libssl/src/ssl/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 +#include #include #include -- cgit v1.2.3-55-g6feb