summaryrefslogtreecommitdiff
path: root/security/dropbear/patches/patch-ab
blob: f6d51af3bf2ff5f302e50e9bb3e3808a3fe025d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2005/01/18 17:30:59 drochner Exp $

--- options.h.orig	2005-01-18 15:42:25.000000000 +0100
+++ options.h
@@ -139,7 +139,7 @@ etc) slower (perhaps by 50%). Recommende
  * will prevent Dropbear from blocking on the device. This could
  * however significantly reduce the security of your ssh connections
  * if the PRNG state becomes simpler. */
-#define DROPBEAR_RANDOM_DEV "/dev/random"
+#define DROPBEAR_RANDOM_DEV "/dev/urandom"
 
 /* prngd must be manually set up to produce output */
 /*#define DROPBEAR_PRNGD_SOCKET "/var/run/dropbear-rng"*/