]> andersk Git - gssapi-openssh.git/blobdiff - openssh/entropy.c
Import of OpenSSH 4.2p1
[gssapi-openssh.git] / openssh / entropy.c
index 431d5ea5c9d417882c61f0ac28894533ba903206..5e73495dde20416177b4eff669819a73db99f5f9 100644 (file)
@@ -114,8 +114,8 @@ seed_rng(void)
        close(p[0]);
 
        if (waitpid(pid, &ret, 0) == -1)
-              fatal("Couldn't wait for ssh-rand-helper completion: %s",
-                  strerror(errno));
+               fatal("Couldn't wait for ssh-rand-helper completion: %s",
+                   strerror(errno));
        signal(SIGCHLD, old_sigchld);
 
        /* We don't mind if the child exits upon a SIGPIPE */
This page took 0.029943 seconds and 4 git commands to generate.