From 290fdd64a8ddf53151d37f9de09b6eb47e2b12f5 Mon Sep 17 00:00:00 2001 From: mouring Date: Sun, 9 Jun 2002 19:41:48 +0000 Subject: unexpand --- entropy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'entropy.c') 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 */ -- cgit v1.2.1