diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-06 04:57:20 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-06 04:57:20 +0200 |
commit | 93d1fe8112582fe1d0c65c554411709464163712 (patch) | |
tree | de6fdaf8e7244977ec6d3b77e6b7f142a0ed86e2 /ssh-add.c | |
parent | - (bal) White Space and #ifdef sync with OpenBSD (diff) | |
download | openssh-93d1fe8112582fe1d0c65c554411709464163712.tar.xz openssh-93d1fe8112582fe1d0c65c554411709464163712.zip |
- (bal) Add 'seed_rng()' to ssh-add.c
Diffstat (limited to 'ssh-add.c')
-rw-r--r-- | ssh-add.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -194,6 +194,7 @@ main(int argc, char **argv) __progname = get_progname(argv[0]); init_rng(); + seed_rng(); SSLeay_add_all_algorithms(); |