From c6f33ed06a6eb9d6cc1eeaa6677129408e1275ac Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 17 Jul 2014 23:48:24 +0000 Subject: [PATCH] avoid sys/param.h; Jonas Termansen --- lib/libcrypto/ppccap.c | 7 ++++--- lib/libssl/d1_lib.c | 4 ++-- lib/libssl/src/crypto/ppccap.c | 7 ++++--- lib/libssl/src/ssl/d1_lib.c | 4 ++-- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/lib/libcrypto/ppccap.c b/lib/libcrypto/ppccap.c index 47b613e5367..ce01edf6ecf 100644 --- a/lib/libcrypto/ppccap.c +++ b/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/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 +#include #include #include diff --git a/lib/libssl/src/crypto/ppccap.c b/lib/libssl/src/crypto/ppccap.c index 47b613e5367..ce01edf6ecf 100644 --- a/lib/libssl/src/crypto/ppccap.c +++ b/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/lib/libssl/src/ssl/d1_lib.c b/lib/libssl/src/ssl/d1_lib.c index 0539ad42875..ff78d0cf3ae 100644 --- a/lib/libssl/src/ssl/d1_lib.c +++ b/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 -- 2.20.1