comparison sysoptions.h @ 900:49ed526daedc

CHANGES for 2014.63
author Matt Johnston <matt@ucc.asn.au>
date Wed, 19 Feb 2014 22:01:01 +0800
parents 0459ff21e320
children 2351b2da8e0d
comparison
equal deleted inserted replaced
899:115f8a3c2d5a 900:49ed526daedc
174 174
175 #define DROPBEAR_MAX_CLI_INTERACT_PROMPTS 80 /* The number of prompts we'll 175 #define DROPBEAR_MAX_CLI_INTERACT_PROMPTS 80 /* The number of prompts we'll
176 accept for keyb-interactive 176 accept for keyb-interactive
177 auth */ 177 auth */
178 178
179 /* Send a real auth request immediately after sending a query for the available methods.
180 * It saves a network round trip at login.
181 * If problems are encountered it can be disabled here. */
182 #define DROPBEAR_CLI_IMMEDIATE_AUTH
183
184 179
185 #if defined(DROPBEAR_AES256) || defined(DROPBEAR_AES128) 180 #if defined(DROPBEAR_AES256) || defined(DROPBEAR_AES128)
186 #define DROPBEAR_AES 181 #define DROPBEAR_AES
187 #endif 182 #endif
188 183