diff options
| author | Mark Murray <markm@FreeBSD.org> | 2013-10-04 06:55:06 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2013-10-04 06:55:06 +0000 |
| commit | f02e47dc1e9d7e175ed72ec38c6c14f6375eb3c5 (patch) | |
| tree | c4e072a0e767bef2275921e88362a12f29adf3c2 /sys/dev/safe | |
| parent | e8bbe1e805d954e88b4e61307a49480e26d20609 (diff) | |
Notes
Diffstat (limited to 'sys/dev/safe')
| -rw-r--r-- | sys/dev/safe/safe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/safe/safe.c b/sys/dev/safe/safe.c index 721b9f4b2b60..a3590efbeb03 100644 --- a/sys/dev/safe/safe.c +++ b/sys/dev/safe/safe.c @@ -211,7 +211,7 @@ safe_partname(struct safe_softc *sc) static void default_harvest(struct rndtest_state *rsp, void *buf, u_int count) { - random_harvest(buf, count, count*NBBY/2, 0, RANDOM_PURE); + random_harvest(buf, count, count*NBBY/2, RANDOM_PURE_SAFE); } #endif /* SAFE_NO_RNG */ |
