On Mon, Dec 23, 2019 at 12:20:48AM -0800, Andy Lutomirski wrote: > This patch changes the read semantics of /dev/random to be the same > as /dev/urandom except that reads will block until the CRNG is > ready. > > None of the cleanups that this enables have been done yet. As a > result, this gives a warning about an unused function. > > Signed-off-by: Andy Lutomirski <luto@xxxxxxxxxx> Applied, thanks. - Ted