summaryrefslogtreecommitdiff
path: root/sys/dev/random/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/random/random.c')
-rw-r--r--sys/dev/random/random.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/random/random.c b/sys/dev/random/random.c
index d79df69..9bca719 100644
--- a/sys/dev/random/random.c
+++ b/sys/dev/random/random.c
@@ -30,9 +30,9 @@
#include <sys/sio.h>
#include <sys/device.h>
#include <sys/driver.h>
-#include <dev/random/chacha20.h>
-#include <dev/random/siphash.h>
#include <dev/random/entropy.h>
+#include <crypto/chacha20.h>
+#include <crypto/siphash.h>
#include <fs/devfs.h>
#include <string.h>