Ensure our network layer is properly cleaned up before PuTTY exits.
[u/mdw/putty] / sshrand.c
index 3014da4..7c401af 100644 (file)
--- a/sshrand.c
+++ b/sshrand.c
@@ -39,7 +39,7 @@ struct RandPool {
 };
 
 static struct RandPool pool;
-static int random_active = 0;
+int random_active = 0;
 
 void random_stir(void)
 {