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 | |
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
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ssh-add.c | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,7 @@ ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux. Suggested by Jason Mader <jason@ncac.gwu.edu> - (bal) White Space and #ifdef sync with OpenBSD + - (bal) Add 'seed_rng()' to ssh-add.c 20010505 - OpenBSD CVS Sync @@ -5348,4 +5349,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1201 2001/05/06 02:53:25 mouring Exp $ +$Id: ChangeLog,v 1.1202 2001/05/06 02:57:20 mouring Exp $ @@ -194,6 +194,7 @@ main(int argc, char **argv) __progname = get_progname(argv[0]); init_rng(); + seed_rng(); SSLeay_add_all_algorithms(); |