Do not use arc4random_stir() directly (Bug 2304)
authorXin Li <delphij@FreeBSD.org>
Mon, 27 Aug 2018 09:32:51 +0000 (11:32 +0200)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Mon, 27 Aug 2018 09:34:39 +0000 (11:34 +0200)
commit6523b984f03bc9de3edae2db65c1c54837e730a8
treed815704f7438694395482c8afd3cfab61431d392
parent88752192a16ea6f8f8bf4d3b3f801e20d49e5398
Do not use arc4random_stir() directly (Bug 2304)

arc4random_stir should not be used directly (it's fully automated after
FreeBSD r227520, or approximately __FreeBSD_version 1000002), the
interface will be removed from FreeBSD soon (bugs.freebsd.org/230756).

Patch was from bugs.freebsd.org/230826.
src/OS/os.h-FreeBSD