diff options.h @ 442:d82a2a44c684

Add -u option to specify /dev/urandom instead
author Matt Johnston <matt@ucc.asn.au>
date Mon, 16 Apr 2007 13:39:50 +0000
parents fdf06a5a54e4
children 2cd2edfa11ee
line wrap: on
line diff
--- a/options.h	Sat Mar 17 06:30:11 2007 +0000
+++ b/options.h	Mon Apr 16 13:39:50 2007 +0000
@@ -169,6 +169,9 @@
  * 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"*/