X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/32874aeac8dacbca26663777b39a79efc5d8dc4b..dfa1197d169c59966aad4006ef1c99231d62deb7:/sshrand.c?ds=inline diff --git a/sshrand.c b/sshrand.c index 3014da4f..7c401af4 100644 --- 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) {