]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Check and call arc4random_stir() if present
authorFederico G. Schwindt <fgsch@lodoss.net>
Wed, 23 Oct 2013 15:00:26 +0000 (16:00 +0100)
committerFederico G. Schwindt <fgsch@lodoss.net>
Wed, 23 Oct 2013 15:00:26 +0000 (16:00 +0100)
FreeBSD prior to 10.0 does not automatically stir on fork(). Same with
current NetBSD. If arc4random_stir() is present assume is needed and
call it instead of srand().


No differences found