Re: [PATCH] random: handle latent entropy and command line from random_init()

From: Jason A. Donenfeld
Date: Fri May 13 2022 - 06:04:40 EST


On Fri, May 13, 2022 at 08:18:45AM +0200, Dominik Brodowski wrote:
> > -static inline void add_latent_entropy(void) {}
> > +static inline void add_latent_entropy(void) { }
>
> Stray change here, which doesn't seem necessary...

Will remove from this commit. I plan to cleanup random.h anyway and
might change it back then.

Jason