summaryrefslogtreecommitdiff
path: root/sys/dev/random/entropy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/random/entropy.c')
-rw-r--r--sys/dev/random/entropy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/entropy.c b/sys/dev/random/entropy.c
index d392b9c..4e723a4 100644
--- a/sys/dev/random/entropy.c
+++ b/sys/dev/random/entropy.c
@@ -30,7 +30,7 @@
#include <stdint.h>
#include <string.h>
#include <dev/random/entropy.h>
-#include <dev/random/siphash.h>
+#include <crypto/siphash.h>
void
mix_entropy(struct entropy_pool *ep, const uint8_t *input,