]> arthur.barton.de Git - ngircd-alex.git/commit
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)
commit8e6db769ac549cfe26042f7d51ae8a301d8fc569
tree258cb9f9ed690c9dd85bf566937d6df8fe89e69b
parent8a041373bb81f75a91a00e692979619938199989
Check and call arc4random_stir() if present

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().
configure.ng
src/ngircd/proc.c