On 06/05/2019 19:33, Richard Henderson wrote:
Prefer it to direct use of /dev/urandom.Reviewed-by: Daniel P. Berrangé <[email protected]> Signed-off-by: Richard Henderson <[email protected]> --- v3: If getrandom is not present, fall back on /dev/(u)random. --- crypto/random-platform.c | 37 ++++++++++++++++++++++++++++++++----- configure | 18 +++++++++++++++++- 2 files changed, 49 insertions(+), 6 deletions(-)
Reviewed-by: Laurent Vivier <[email protected]>
