summaryrefslogtreecommitdiff
path: root/entropy.c
diff options
context:
space:
mode:
authormouring <mouring>2002-06-09 19:41:48 +0000
committermouring <mouring>2002-06-09 19:41:48 +0000
commit290fdd64a8ddf53151d37f9de09b6eb47e2b12f5 (patch)
treeda78e8035f18c2be377caccabb42e96a816904a5 /entropy.c
parent0384a70400de05c25a49b3db41a51feacc860026 (diff)
downloadopenssh-290fdd64a8ddf53151d37f9de09b6eb47e2b12f5.tar.gz
unexpand
Diffstat (limited to 'entropy.c')
-rw-r--r--entropy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/entropy.c b/entropy.c
index da1a391f..dcc8689c 100644
--- a/entropy.c
+++ b/entropy.c
@@ -45,7 +45,7 @@
* XXX: we should tell the child how many bytes we need.
*/
-RCSID("$Id: entropy.c,v 1.43 2002/04/21 18:26:10 tim Exp $");
+RCSID("$Id: entropy.c,v 1.44 2002/06/09 19:41:48 mouring Exp $");
#ifndef OPENSSL_PRNG_ONLY
#define RANDOM_SEED_SIZE 48
@@ -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 */