]> andersk Git - openssh.git/blobdiff - entropy.c
- stevesk@cvs.openbsd.org 2002/08/08 23:54:52
[openssh.git] / entropy.c
index 578ffbeb35812b6a160c9e4735afec6571fff20a..5050a4f1f369a359f20e7656513df21c01f0ab99 100644 (file)
--- a/entropy.c
+++ b/entropy.c
@@ -115,7 +115,7 @@ seed_rng(void)
 
        if (waitpid(pid, &ret, 0) == -1)
               fatal("Couldn't wait for ssh-rand-helper completion: %s", 
-                  strerror(errno));
+                  strerror(errno));
        mysignal(SIGCHLD, old_sigchld);
 
        /* We don't mind if the child exits upon a SIGPIPE */
This page took 0.032023 seconds and 4 git commands to generate.