]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Reintroduce random_stir()
authorSimon Tatham <anakin@pobox.com>
Wed, 25 Oct 2000 06:59:25 +0000 (06:59 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 25 Oct 2000 06:59:25 +0000 (06:59 +0000)
[originally from svn r763]

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) {