From 2a93cf52e5386eb1b3586565af6a06ade4d32a66 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 13 Jul 2025 03:29:04 -0400 Subject: kernel: Move crypto specifics to sys/crypto/* Signed-off-by: Ian Moffett --- sys/dev/random/random.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/random/random.c') 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 #include #include -#include -#include #include +#include +#include #include #include -- cgit v1.2.3