CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/09/02 16:00:35
Modified files:
usr.bin/ssh : ssh-keygen.c sshconnect1.c sshd.c
Log message:
All the instances of arc4random_stir() are bogus, since arc4random()
does this itself, inside itself, and has for a very long time.. Actually,
this was probably reducing the entropy available.
ok djm
