mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
- (djm) [ssh-pkcs11-helper.c ] Ensure RNG is initialised and seeded
This commit is contained in:
parent
58ac6de964
commit
09a24db2d7
@ -1,3 +1,6 @@
|
||||
20100227
|
||||
- (djm) [ssh-pkcs11-helper.c ] Ensure RNG is initialised and seeded
|
||||
|
||||
20100226
|
||||
- OpenBSD CVS Sync
|
||||
- djm@cvs.openbsd.org 2010/02/26 20:29:54
|
||||
|
@ -280,6 +280,8 @@ main(int argc, char **argv)
|
||||
extern char *optarg;
|
||||
extern char *__progname;
|
||||
|
||||
init_rng();
|
||||
seed_rng();
|
||||
__progname = ssh_get_progname(argv[0]);
|
||||
|
||||
log_init(__progname, log_level, log_facility, log_stderr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user