summaryrefslogtreecommitdiff
path: root/ssh-rand-helper.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 /ssh-rand-helper.c
parent0384a70400de05c25a49b3db41a51feacc860026 (diff)
downloadopenssh-290fdd64a8ddf53151d37f9de09b6eb47e2b12f5.tar.gz
unexpand
Diffstat (limited to 'ssh-rand-helper.c')
-rw-r--r--ssh-rand-helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-rand-helper.c b/ssh-rand-helper.c
index 8f2283ea..364d5d27 100644
--- a/ssh-rand-helper.c
+++ b/ssh-rand-helper.c
@@ -39,7 +39,7 @@
#include "pathnames.h"
#include "log.h"
-RCSID("$Id: ssh-rand-helper.c,v 1.6 2002/04/14 09:27:13 djm Exp $");
+RCSID("$Id: ssh-rand-helper.c,v 1.7 2002/06/09 19:41:49 mouring Exp $");
/* Number of bytes we write out */
#define OUTPUT_SEED_SIZE 48
@@ -391,7 +391,7 @@ hash_command_output(entropy_cmd_t *src, char *hash)
if (waitpid(pid, &status, 0) == -1) {
error("Couldn't wait for child '%s' completion: %s",
- src->cmdstring, strerror(errno));
+ src->cmdstring, strerror(errno));
return 0.0;
}