diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/ppccap.c | 7 |
1 files changed, 4 insertions, 3 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> |