diff options
| author | Allan Jude <allanjude@FreeBSD.org> | 2015-12-27 17:33:59 +0000 |
|---|---|---|
| committer | Allan Jude <allanjude@FreeBSD.org> | 2015-12-27 17:33:59 +0000 |
| commit | 7a3f5d11fb3873674a1f7e27bcc9a5f7ce279390 (patch) | |
| tree | 8a9bc5399c16c0f637716b176f3f95c32c001a0f /sys/dev/random/other_algorithm.c | |
| parent | 1747e1d875f0d7228940ece2eb8ad3b248832432 (diff) | |
Notes
Diffstat (limited to 'sys/dev/random/other_algorithm.c')
| -rw-r--r-- | sys/dev/random/other_algorithm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/other_algorithm.c b/sys/dev/random/other_algorithm.c index 740e879a6d6d..0c73ef5421df 100644 --- a/sys/dev/random/other_algorithm.c +++ b/sys/dev/random/other_algorithm.c @@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$"); #include <machine/cpu.h> #include <crypto/rijndael/rijndael-api-fst.h> -#include <crypto/sha2/sha2.h> +#include <crypto/sha2/sha256.h> #include <dev/random/hash.h> #include <dev/random/randomdev.h> |
