fix svn patch breakage in glib
[openwrt.git] / obsolete-buildroot / sources / openwrt / ipkg / dropbear / dropbear.patch
1 diff -bBurN dropbear-0.44/options.h dropbear-0.44-openwrt/options.h
2 --- dropbear-0.44/options.h 2005-01-03 10:24:03.000000000 +0100
3 +++ dropbear-0.44-openwrt/options.h 2005-01-14 13:19:38.902029040 +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"*/
13 @@ -188,7 +188,7 @@
14 #define DROPBEAR_VERSION "0.44"
15 #endif
16
17 -#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
18 +#define LOCAL_IDENT "SSH-2.0-OpenSSH"
19 #define PROGNAME "dropbear"
20
21 /* Spec recommends after one hour or 1 gigabyte of data. One hour
This page took 0.042094 seconds and 5 git commands to generate.