]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sshrand.c
Reintroduce random_stir()
[PuTTY.git] / sshrand.c
index 3e0a0a8b71fabdf1d0a77c59e2c22eaa8bf26b66..21a1b833a923c738593abab893e9143b102c1987 100644 (file)
--- 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) {