summaryrefslogtreecommitdiff
path: root/ssh-add.c
diff options
context:
space:
mode:
authordjm <djm>2011-05-05 03:48:37 +0000
committerdjm <djm>2011-05-05 03:48:37 +0000
commit042761cdd0ee5f76ecd62ee1e9ae984cfbcda8e1 (patch)
tree92540013cfb820e73ba54d678d618a027bd33751 /ssh-add.c
parent3d5e50b64eeb90f1deaa6ad58f2013e734eb03e9 (diff)
downloadopenssh-042761cdd0ee5f76ecd62ee1e9ae984cfbcda8e1.tar.gz
- (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-add.c')
-rw-r--r--ssh-add.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssh-add.c b/ssh-add.c
index 125d6645..94b68ac1 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -372,7 +372,6 @@ main(int argc, char **argv)
sanitise_stdfd();
__progname = ssh_get_progname(argv[0]);
- init_rng();
seed_rng();
OpenSSL_add_all_algorithms();