mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-18 14:56:55 +00:00
- (bal) seed_init() and seed_rng() required in ssh-keyscan.c
This commit is contained in:
parent
926ce58d3b
commit
4e088e4de0
@ -49,6 +49,7 @@
|
|||||||
simplify session close: no more delayed session_close, no more
|
simplify session close: no more delayed session_close, no more
|
||||||
blocking wait() calls.
|
blocking wait() calls.
|
||||||
- (bal) removed two unsed headers in openbsd-compat/bsd-misc.c
|
- (bal) removed two unsed headers in openbsd-compat/bsd-misc.c
|
||||||
|
- (bal) seed_init() and seed_rng() required in ssh-keyscan.c
|
||||||
|
|
||||||
20011007
|
20011007
|
||||||
- (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
|
- (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
|
||||||
@ -6694,4 +6695,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1599 2001/10/10 20:38:55 mouring Exp $
|
$Id: ChangeLog,v 1.1600 2001/10/10 20:45:43 mouring Exp $
|
||||||
|
@ -686,6 +686,8 @@ main(int argc, char **argv)
|
|||||||
extern char *optarg;
|
extern char *optarg;
|
||||||
|
|
||||||
__progname = get_progname(argv[0]);
|
__progname = get_progname(argv[0]);
|
||||||
|
init_rng();
|
||||||
|
seed_rng();
|
||||||
TAILQ_INIT(&tq);
|
TAILQ_INIT(&tq);
|
||||||
|
|
||||||
if (argc <= 1)
|
if (argc <= 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user