Mercurial > dropbear
comparison options.h @ 84:29a5c7c62350
default initialisers for mp_ints
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 17 Aug 2004 10:20:20 +0000 |
parents | 95f4bc4bcd58 |
children | c2ac796b130e |
comparison
equal
deleted
inserted
replaced
83:6539c9480b23 | 84:29a5c7c62350 |
---|---|
137 | 137 |
138 #define ENABLE_CLI_PASSWORD_AUTH | 138 #define ENABLE_CLI_PASSWORD_AUTH |
139 #define ENABLE_CLI_PUBKEY_AUTH | 139 #define ENABLE_CLI_PUBKEY_AUTH |
140 | 140 |
141 /* Random device to use - you must specify _one only_. | 141 /* Random device to use - you must specify _one only_. |
142 * DEV_RANDOM is recommended on hosts with a good /dev/urandom, otherwise use | 142 * DEV_URANDOM is recommended on hosts with a good /dev/urandom, otherwise use |
143 * PRNGD and run prngd, specifying the socket. This device must be able to | 143 * PRNGD and run prngd, specifying the socket. This device must be able to |
144 * produce a large amount of random data, so using /dev/random or Entropy | 144 * produce a large amount of random data, so using /dev/random or Entropy |
145 * Gathering Daemon (egd) may result in halting, as it waits for more random | 145 * Gathering Daemon (egd) may result in halting, as it waits for more random |
146 * data */ | 146 * data */ |
147 #define DROPBEAR_DEV_URANDOM /* use /dev/urandom */ | 147 #define DROPBEAR_DEV_URANDOM /* use /dev/urandom */ |