From 73402ef817d4020e93dfd36b1763d11dd1fab20e Mon Sep 17 00:00:00 2001 From: ume Date: Fri, 11 Mar 2005 15:42:51 +0000 Subject: stop including rijndael-api-fst.h from rijndael.h. this is required to integrate opencrypto into crypto. --- sys/dev/random/hash.c | 2 +- sys/dev/random/yarrow.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/random/hash.c b/sys/dev/random/hash.c index 95fc8e9..611f866 100644 --- a/sys/dev/random/hash.c +++ b/sys/dev/random/hash.c @@ -31,7 +31,7 @@ __FBSDID("$FreeBSD$"); #include #include -#include +#include #include #include diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c index ae22046..3c5f831 100644 --- a/sys/dev/random/yarrow.c +++ b/sys/dev/random/yarrow.c @@ -37,7 +37,7 @@ __FBSDID("$FreeBSD$"); #include #include -#include +#include #include #include -- cgit v1.1