diff options
author | Brent Cook <bcook@cvs.openbsd.org> | 2015-03-22 13:28:04 +0000 |
---|---|---|
committer | Brent Cook <bcook@cvs.openbsd.org> | 2015-03-22 13:28:04 +0000 |
commit | 23a9ed5f431cb869a21a04b3bfcca4eb5113dc97 (patch) | |
tree | 0710aa32c9889a6c1abe34349b8df87091fcf381 /lib/libcrypto | |
parent | 02b9e0d33ea4e2f2816debddbf04d50d314f56c0 (diff) |
sys/sysctl.h includes linux/sysctl.h, remove the extra unchecked include
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/arc4random/getentropy_linux.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/arc4random/getentropy_linux.c b/lib/libcrypto/arc4random/getentropy_linux.c index 37e03ed590d..29e7efe234a 100644 --- a/lib/libcrypto/arc4random/getentropy_linux.c +++ b/lib/libcrypto/arc4random/getentropy_linux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getentropy_linux.c,v 1.36 2014/10/11 16:44:05 bcook Exp $ */ +/* $OpenBSD: getentropy_linux.c,v 1.37 2015/03/22 13:28:03 bcook Exp $ */ /* * Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org> @@ -51,7 +51,6 @@ #include <linux/types.h> #include <linux/random.h> -#include <linux/sysctl.h> #ifdef HAVE_GETAUXVAL #include <sys/auxv.h> #endif |