summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-05 13:48:37 +1000
committerDamien Miller <djm@mindrot.org>2011-05-05 13:48:37 +1000
commitf22019bdbfb986daf24428a9d37f9fe9bb3ff7ad (patch)
treee23aa2864fccb6f4097d962aa14f9d78ca02a929 /sshd.c
parent68790fedef210e03e36534b111e2f27b858170b4 (diff)
- (djm) [Makefile.in WARNING.RNG aclocal.m4 buildpkg.sh.in configure.ac]
[entropy.c ssh-add.c ssh-agent.c ssh-keygen.c ssh-keyscan.c] [ssh-keysign.c ssh-pkcs11-helper.c ssh-rand-helper.8 ssh-rand-helper.c] [ssh.c ssh_prng_cmds.in sshd.c contrib/aix/buildbff.sh] [regress/README.regress] Remove ssh-rand-helper and all its tentacles. PRNGd seeding has been rolled into entropy.c directly. Thanks to tim@ for testing on affected platforms.
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index cb45cecbd..8f65858c9 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1306,7 +1306,6 @@ main(int ac, char **av)
1306 (void)set_auth_parameters(ac, av); 1306 (void)set_auth_parameters(ac, av);
1307#endif 1307#endif
1308 __progname = ssh_get_progname(av[0]); 1308 __progname = ssh_get_progname(av[0]);
1309 init_rng();
1310 1309
1311 /* Save argv. Duplicate so setproctitle emulation doesn't clobber it */ 1310 /* Save argv. Duplicate so setproctitle emulation doesn't clobber it */
1312 saved_argc = ac; 1311 saved_argc = ac;