summaryrefslogtreecommitdiffstats
path: root/sys/dev/random
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-03-11 15:42:51 +0000
committerume <ume@FreeBSD.org>2005-03-11 15:42:51 +0000
commit73402ef817d4020e93dfd36b1763d11dd1fab20e (patch)
treea4b02ef53e1b8e9a6da3e2ad42041d16e534ca7e /sys/dev/random
parenta052488bb700c4c2bf0e8a936d9fd4263a733415 (diff)
downloadFreeBSD-src-73402ef817d4020e93dfd36b1763d11dd1fab20e.zip
FreeBSD-src-73402ef817d4020e93dfd36b1763d11dd1fab20e.tar.gz
stop including rijndael-api-fst.h from rijndael.h.
this is required to integrate opencrypto into crypto.
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/hash.c2
-rw-r--r--sys/dev/random/yarrow.c2
2 files changed, 2 insertions, 2 deletions
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 <sys/param.h>
#include <sys/systm.h>
-#include <crypto/rijndael/rijndael.h>
+#include <crypto/rijndael/rijndael-api-fst.h>
#include <crypto/sha2/sha2.h>
#include <dev/random/hash.h>
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 <sys/sysctl.h>
#include <sys/systm.h>
-#include <crypto/rijndael/rijndael.h>
+#include <crypto/rijndael/rijndael-api-fst.h>
#include <crypto/sha2/sha2.h>
#include <dev/random/hash.h>
OpenPOWER on IntegriCloud