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)
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.


No differences found