summaryrefslogtreecommitdiff
path: root/random
diff options
context:
space:
mode:
Diffstat (limited to 'random')
-rw-r--r--random/random-csprng.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/random/random-csprng.c b/random/random-csprng.c
index dbebe98f..88c5ff85 100644
--- a/random/random-csprng.c
+++ b/random/random-csprng.c
@@ -1151,9 +1151,9 @@ getfnc_gather_random (void))(void (*)(const void*, size_t,
return fnc;
#endif
- log_fatal (_("no entropy gathering module detected\n"));
+ log_info (_("no entropy gathering module detected\n"));
- return NULL; /*NOTREACHED*/
+ return NULL;
}
/* Runtime determination of the fast entropy gathering function.