aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/ivy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/random/ivy.c')
-rw-r--r--sys/dev/random/ivy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/ivy.c b/sys/dev/random/ivy.c
index 05474d977276..fa1e4831f1b9 100644
--- a/sys/dev/random/ivy.c
+++ b/sys/dev/random/ivy.c
@@ -51,7 +51,7 @@
static bool has_rdrand, has_rdseed;
static u_int random_ivy_read(void *, u_int);
-static struct random_source random_ivy = {
+static const struct random_source random_ivy = {
.rs_ident = "Intel Secure Key RNG",
.rs_source = RANDOM_PURE_RDRAND,
.rs_read = random_ivy_read