summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2014-01-17 21:42:32 +0800
committerMatt Johnston <matt@ucc.asn.au>2014-01-17 21:42:32 +0800
commit23cd3027a19cdb9aaa533ea05eeab11a569203f4 (patch)
tree3aa11f996db9b67cb1d5afcde54504b9e7220de9
parent0e0e51bb3e2ff3320135170e43d7623e7daf0ae4 (diff)
downloaddropbear-23cd3027a19cdb9aaa533ea05eeab11a569203f4.tar.gz
Forgot to save the change
-rw-r--r--sysoptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysoptions.h b/sysoptions.h
index 4d9fdc9..3bb8e92 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -179,7 +179,7 @@
/* Send a real auth request immediately after sending a query for the available methods.
* It saves a network round trip at login.
* If problems are encountered it can be disabled here. */
- #define CLI_IMMEDIATE_AUTH
+ #define DROPBEAR_CLI_IMMEDIATE_AUTH
#if defined(DROPBEAR_AES256) || defined(DROPBEAR_AES128)