random: Fix selection of entropy gathering function.
* random/random-csprng.c (getfnc_gather_random): Do return NULL if no usable entropy gathering function is found. The callsite then installs the fake gather function.
- Signed-off-by: Justus Winter <justus@g10code.com>