From f9b625c36e3dea521c02919e90ac2ddcfd19b06a Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 9 Jul 2000 22:42:32 +1000 Subject: - (djm) Fix pam sprintf fix - (djm) Cleanup entropy collection code a little more. Split initialisation from seeding, perform intialisation immediatly at start, be careful with uids. Based on problem report from Jim Watt --- ssh-agent.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ssh-agent.c') diff --git a/ssh-agent.c b/ssh-agent.c index 7bfa29042..148bcff6e 100644 --- a/ssh-agent.c +++ b/ssh-agent.c @@ -509,6 +509,8 @@ main(int ac, char **av) char *shell, *format, *pidstr, pidstrbuf[1 + 3 * sizeof pid]; extern int optind; + init_rng(); + /* check if RSA support exists */ if (rsa_alive() == 0) { fprintf(stderr, -- cgit v1.2.3