diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-03-11 15:42:51 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-03-11 15:42:51 +0000 |
| commit | 68527b3aad57040b661a801cfb4de8b5961ae3c0 (patch) | |
| tree | a4b02ef53e1b8e9a6da3e2ad42041d16e534ca7e /sys/dev/random/hash.c | |
| parent | 35a196154f3aee3cffea9c2f1d2d1ba170be37e2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/random/hash.c')
| -rw-r--r-- | sys/dev/random/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/hash.c b/sys/dev/random/hash.c index 95fc8e943689..611f866c4242 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> |
