diff options
author | deraadt <> | 2014-07-17 23:48:24 +0000 |
---|---|---|
committer | deraadt <> | 2014-07-17 23:48:24 +0000 |
commit | bc38918ebd1fef9905f54dfd5b03454cd1e099f3 (patch) | |
tree | 0e71ac600a91c608e94308ae38b9712bf6d7bc78 /src | |
parent | f3aa5f8ae4b41eff724cd3762f9b8cd0c8bf5b72 (diff) | |
download | openbsd-bc38918ebd1fef9905f54dfd5b03454cd1e099f3.tar.gz openbsd-bc38918ebd1fef9905f54dfd5b03454cd1e099f3.tar.bz2 openbsd-bc38918ebd1fef9905f54dfd5b03454cd1e099f3.zip |
avoid sys/param.h; Jonas Termansen
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/ppccap.c | 7 | ||||
-rw-r--r-- | src/lib/libssl/d1_lib.c | 4 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/ppccap.c | 7 | ||||
-rw-r--r-- | src/lib/libssl/src/ssl/d1_lib.c | 4 |
4 files changed, 12 insertions, 10 deletions
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 @@ | |||
1 | /* $OpenBSD: ppccap.c,v 1.5 2014/06/12 15:49:27 deraadt Exp $ */ | 1 | /* $OpenBSD: ppccap.c,v 1.6 2014/07/17 23:48:24 deraadt Exp $ */ |
2 | #include <unistd.h> | 2 | |
3 | #include <sys/param.h> | 3 | #include <sys/types.h> |
4 | #include <sys/sysctl.h> | 4 | #include <sys/sysctl.h> |
5 | #include <machine/cpu.h> | 5 | #include <machine/cpu.h> |
6 | #include <unistd.h> | ||
6 | 7 | ||
7 | #include <crypto.h> | 8 | #include <crypto.h> |
8 | #include <openssl/bn.h> | 9 | #include <openssl/bn.h> |
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 @@ | |||
1 | /* $OpenBSD: d1_lib.c,v 1.23 2014/07/11 13:09:04 miod Exp $ */ | 1 | /* $OpenBSD: d1_lib.c,v 1.24 2014/07/17 23:48:24 deraadt Exp $ */ |
2 | /* | 2 | /* |
3 | * DTLS implementation written by Nagendra Modadugu | 3 | * DTLS implementation written by Nagendra Modadugu |
4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. | 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. |
@@ -57,7 +57,7 @@ | |||
57 | * | 57 | * |
58 | */ | 58 | */ |
59 | 59 | ||
60 | #include <sys/param.h> | 60 | #include <sys/types.h> |
61 | #include <sys/socket.h> | 61 | #include <sys/socket.h> |
62 | 62 | ||
63 | #include <netinet/in.h> | 63 | #include <netinet/in.h> |
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 @@ | |||
1 | /* $OpenBSD: ppccap.c,v 1.5 2014/06/12 15:49:27 deraadt Exp $ */ | 1 | /* $OpenBSD: ppccap.c,v 1.6 2014/07/17 23:48:24 deraadt Exp $ */ |
2 | #include <unistd.h> | 2 | |
3 | #include <sys/param.h> | 3 | #include <sys/types.h> |
4 | #include <sys/sysctl.h> | 4 | #include <sys/sysctl.h> |
5 | #include <machine/cpu.h> | 5 | #include <machine/cpu.h> |
6 | #include <unistd.h> | ||
6 | 7 | ||
7 | #include <crypto.h> | 8 | #include <crypto.h> |
8 | #include <openssl/bn.h> | 9 | #include <openssl/bn.h> |
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 @@ | |||
1 | /* $OpenBSD: d1_lib.c,v 1.23 2014/07/11 13:09:04 miod Exp $ */ | 1 | /* $OpenBSD: d1_lib.c,v 1.24 2014/07/17 23:48:24 deraadt Exp $ */ |
2 | /* | 2 | /* |
3 | * DTLS implementation written by Nagendra Modadugu | 3 | * DTLS implementation written by Nagendra Modadugu |
4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. | 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. |
@@ -57,7 +57,7 @@ | |||
57 | * | 57 | * |
58 | */ | 58 | */ |
59 | 59 | ||
60 | #include <sys/param.h> | 60 | #include <sys/types.h> |
61 | #include <sys/socket.h> | 61 | #include <sys/socket.h> |
62 | 62 | ||
63 | #include <netinet/in.h> | 63 | #include <netinet/in.h> |