]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sshrand.c
Ensure our network layer is properly cleaned up before PuTTY exits.
[PuTTY.git] / sshrand.c
index 3014da4f800f602a669ba3386aa56f0e4cd51403..7c401af4a06de6b340b34feaada3bae8a4d426cc 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)
 {