On Mon, Jun 5, 2017 at 5:47 AM, Jason A. Donenfeld <ja...@zx2c4.com> wrote:
> -               get_random_bytes(&key->serial, sizeof(key->serial));
> +               ret = get_random_bytes_wait(&key->serial, 
> sizeof(key->serial));

This actually isn't okay at bootup, but I've got a different change
for this section that will be in the v3.

Reply via email to