Mercurial > dropbear
comparison sysoptions.h @ 884:dd0bd9231fc2
Forgot to save the change
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 17 Jan 2014 21:42:32 +0800 |
parents | ff597bf2cfb0 |
children | cbc73a5aefb0 |
comparison
equal
deleted
inserted
replaced
883:ff597bf2cfb0 | 884:dd0bd9231fc2 |
---|---|
177 auth */ | 177 auth */ |
178 | 178 |
179 /* Send a real auth request immediately after sending a query for the available methods. | 179 /* Send a real auth request immediately after sending a query for the available methods. |
180 * It saves a network round trip at login. | 180 * It saves a network round trip at login. |
181 * If problems are encountered it can be disabled here. */ | 181 * If problems are encountered it can be disabled here. */ |
182 #define CLI_IMMEDIATE_AUTH | 182 #define DROPBEAR_CLI_IMMEDIATE_AUTH |
183 | 183 |
184 | 184 |
185 #if defined(DROPBEAR_AES256) || defined(DROPBEAR_AES128) | 185 #if defined(DROPBEAR_AES256) || defined(DROPBEAR_AES128) |
186 #define DROPBEAR_AES | 186 #define DROPBEAR_AES |
187 #endif | 187 #endif |