]> git.ipfire.org Git - thirdparty/json-c.git/commit
If arc4random is used, don't bother compiling in the other fallback methods since...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 13 Feb 2021 03:23:58 +0000 (03:23 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 13 Feb 2021 03:23:58 +0000 (03:23 +0000)
commitf787810890b91b2b141ce7630d5be85c5f8cfcc3
tree90147caf926265723493758c0b0c357c5bea1a0c
parent7c859c54e490a2ac8d5971242e726325ae377557
If arc4random is used, don't bother compiling in the other fallback methods since they'll never be used.  Fixes PR#695 about unreachable code too.
random_seed.c