diff options
| author | Xin LI <delphij@FreeBSD.org> | 2018-08-19 17:40:50 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2018-08-19 17:40:50 +0000 |
| commit | c1e80940f3b4030df0aaed73028053af057e476d (patch) | |
| tree | ee75152b4a830a9a9cc43935fc322da1c1241897 /crypto/heimdal/lib | |
| parent | 38a13e9002540152964435700f0f2a73ad5e2e62 (diff) | |
Notes
Diffstat (limited to 'crypto/heimdal/lib')
| -rw-r--r-- | crypto/heimdal/lib/roken/rand.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/heimdal/lib/roken/rand.c b/crypto/heimdal/lib/roken/rand.c index ef92c2052b785..3172756daf799 100644 --- a/crypto/heimdal/lib/roken/rand.c +++ b/crypto/heimdal/lib/roken/rand.c @@ -37,7 +37,6 @@ void ROKEN_LIB_FUNCTION rk_random_init(void) { #if defined(HAVE_ARC4RANDOM) - arc4random_stir(); #elif defined(HAVE_SRANDOMDEV) srandomdev(); #elif defined(HAVE_RANDOM) |
