Remove support for calling getrandom(), we now always call getentropy()
authorKurt Roeckx <kurt@roeckx.be>
Sat, 2 Jun 2018 15:54:29 +0000 (17:54 +0200)
committerKurt Roeckx <kurt@roeckx.be>
Sun, 3 Jun 2018 10:14:26 +0000 (12:14 +0200)
commit2545f9446e4a924548f393cc9e7391e6b10ed1b5
tree89ac5937c6c2d24b0f91b5dbe351515879bb06a5
parentcf0891b8f1e85d130084c90661b7e05f4e90ec78
Remove support for calling getrandom(), we now always call getentropy()

Only Linux and FreeBSD provide getrandom(), but they both also provide
getentropy() since the same version and we already tried to call that.

Reviewed-by: Andy Polyakov <appro@openssl.org>
GH: #6405
crypto/rand/rand_unix.c