
dtucker at mindrot
Dec 19, 2004, 5:05 PM
Post #14 of 14
(1944 views)
Permalink
|
CVSROOT: /var/cvs Module name: openssh Changes by: dtucker [at] shitei 2004/12/20 12:05:08 Modified files: . : ChangeLog ssh-rand-helper.c Log message: - (dtucker) [ssh-rand-helper.c] Fall back to command-based seeding if reading from prngd is enabled at compile time but fails at run time, eg because prngd is not running. Note that if you have prngd running when OpenSSH is built, OpenSSL will consider itself internally seeded and rand-helper won't be built at all unless explicitly enabled via --with-rand-helper. ok djm@ cvs -n rdiff -u -r1.3604 -r1.3605 openssh/ChangeLog cvs -n rdiff -u -r1.19 -r1.20 openssh/ssh-rand-helper.c
|