diff options
author | Damien Miller <djm@mindrot.org> | 2011-05-05 05:48:37 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-05-05 05:48:37 +0200 |
commit | f22019bdbfb986daf24428a9d37f9fe9bb3ff7ad (patch) | |
tree | e23aa2864fccb6f4097d962aa14f9d78ca02a929 /ssh-keysign.c | |
parent | - (djm) [defines.h] Move up include of netinet/ip.h for IPTOS (diff) | |
download | openssh-f22019bdbfb986daf24428a9d37f9fe9bb3ff7ad.tar.xz openssh-f22019bdbfb986daf24428a9d37f9fe9bb3ff7ad.zip |
- (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 'ssh-keysign.c')
-rw-r--r-- | ssh-keysign.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ssh-keysign.c b/ssh-keysign.c index 4172491c2..1deb7e141 100644 --- a/ssh-keysign.c +++ b/ssh-keysign.c @@ -178,7 +178,6 @@ main(int argc, char **argv) permanently_set_uid(pw); - init_rng(); seed_rng(); arc4random_stir(); |