1 diff -urN dropbear-0.44.old/options.h dropbear-0.44/options.h
2 --- dropbear-0.44.old/options.h 2005-03-02 23:08:07.000000000 +0100
3 +++ dropbear-0.44/options.h 2005-03-03 01:12:21.000000000 +0100
5 * will prevent Dropbear from blocking on the device. This could
6 * however significantly reduce the security of your ssh connections
7 * if the PRNG state becomes simpler. */
8 -#define DROPBEAR_RANDOM_DEV "/dev/random"
9 +#define DROPBEAR_RANDOM_DEV "/dev/urandom"
11 /* prngd must be manually set up to produce output */
12 /*#define DROPBEAR_PRNGD_SOCKET "/var/run/dropbear-rng"*/