diff options
author | Matt Johnston <matt@ucc.asn.au> | 2007-04-16 13:39:50 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2007-04-16 13:39:50 +0000 |
commit | 77c33e775081dfe6de1699987aaf497b7203c9b7 (patch) | |
tree | 59ef925dd1782b5909a711f3089ce3cf0963580f /options.h | |
parent | a4130263bd36edad8c4bd8b9daf729148f1c0d8f (diff) |
Add -u option to specify /dev/urandom instead
--HG--
extra : convert_revision : 6925cd3fd7727fbc69db9883675aa90f594f58a0
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"*/ |