summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/options.h b/options.h
index c6fc71c..f71206d 100644
--- a/options.h
+++ b/options.h
@@ -169,6 +169,9 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */
* doing if you change this. */
#define DROPBEAR_RANDOM_DEV "/dev/random"
+/* The -u flag on the commandline can also be used */
+#define DROPBEAR_URANDOM_DEV "/dev/urandom"
+
/* prngd must be manually set up to produce output */
/*#define DROPBEAR_PRNGD_SOCKET "/var/run/dropbear-rng"*/