summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2007-04-16 13:39:50 +0000
committerMatt Johnston <matt@ucc.asn.au>2007-04-16 13:39:50 +0000
commit77c33e775081dfe6de1699987aaf497b7203c9b7 (patch)
tree59ef925dd1782b5909a711f3089ce3cf0963580f /options.h
parenta4130263bd36edad8c4bd8b9daf729148f1c0d8f (diff)
Add -u option to specify /dev/urandom instead
--HG-- extra : convert_revision : 6925cd3fd7727fbc69db9883675aa90f594f58a0
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"*/