Use arc4random() if it's available
authorFabian Keil <fk@fabiankeil.de>
Thu, 4 May 2017 14:34:18 +0000 (14:34 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 4 May 2017 14:34:18 +0000 (14:34 +0000)
commita24d0902e151f305abb90bd72cb230a39c76bb8e
tree982830dbd989ba23d44767b60cee6488c671f873
parent6cbfccde68100f14bc162eb5198c904f8dfc2dfd
Use arc4random() if it's available

While Privoxy doesn't need high quality pseudo-random numbers
there's no reason not to use them when we can and this silences
a warning emitted by code checkers that can't tell whether or not
the quality matters.
configure.in
jcc.c
miscutil.c