X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/7d6ee6ff291302d003f6f6cc6d11cede050c1c87..eae88388e2a74e1e554772f85f4b7acf201ed5e8:/sshrand.c diff --git a/sshrand.c b/sshrand.c index 3e0a0a8b..21a1b833 100644 --- a/sshrand.c +++ b/sshrand.c @@ -183,6 +183,7 @@ void random_init(void) { random_active = 1; noise_get_heavy(random_add_heavynoise_bitbybit); + random_stir(); } int random_byte(void) {