]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/bsd-arc4random.c
Initial revision
[gssapi-openssh.git] / openssh / openbsd-compat / bsd-arc4random.c
index 25a559be006bf2d55b800b5783926b0f2895e941..4fcfc6ec7d2a7330ba143c173704acd030748f86 100644 (file)
@@ -48,7 +48,7 @@ unsigned int arc4random(void)
        static int first_time = 1;
 
        if (rc4_ready <= 0) {
-               if (first_time)
+               if (!first_time)
                        seed_rng();
                first_time = 0;
                arc4random_stir();
This page took 0.075695 seconds and 4 git commands to generate.