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-keygen.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ssh-keygen.c') diff --git a/ssh-keygen.c b/ssh-keygen.c index 4b89c15e1..dbd0443fc 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c @@ -520,6 +520,8 @@ main(int ac, char **av) extern int optind; extern char *optarg; + init_rng(); + SSLeay_add_all_algorithms(); /* we need this for the home * directory. */ -- cgit v1.2.3