Add pcre package
[openwrt.git] / openwrt / package / dropbear / patches / use-dev-urandom.patch
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
4 @@ -139,7 +139,7 @@
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"
10
11 /* prngd must be manually set up to produce output */
12 /*#define DROPBEAR_PRNGD_SOCKET "/var/run/dropbear-rng"*/
This page took 0.039457 seconds and 5 git commands to generate.