summaryrefslogtreecommitdiff
path: root/entropy.c
diff options
context:
space:
mode:
authordjm <djm>2003-11-21 12:56:47 +0000
committerdjm <djm>2003-11-21 12:56:47 +0000
commita08f829ee34b6db3b19b8638890e68e7330c707d (patch)
treec02e919ba8a86474a99e3aa99d21454b7675e037 /entropy.c
parent184f11a0f4c6f7fc01a68e91b85ae8934d0a1f13 (diff)
downloadopenssh-a08f829ee34b6db3b19b8638890e68e7330c707d.tar.gz
more whitespace (tabs this time)
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 f5381e32..0997174b 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.47 2003/11/21 12:48:55 djm Exp $");
+RCSID("$Id: entropy.c,v 1.48 2003/11/21 12:56:47 djm Exp $");
#ifndef OPENSSL_PRNG_ONLY
#define RANDOM_SEED_SIZE 48
@@ -93,7 +93,7 @@ seed_rng(void)
(long int)original_uid, strerror(errno));
_exit(1);
}
-
+
execl(SSH_RAND_HELPER, "ssh-rand-helper", NULL);
fprintf(stderr, "(rand child) Couldn't exec '%s': %s\n",
SSH_RAND_HELPER, strerror(errno));