# HG changeset patch # User Matt Johnston # Date 1389966152 -28800 # Node ID dd0bd9231fc2444d1bd0113ebeab1129a48045a8 # Parent ff597bf2cfb0c65d946050079486d2f3bcd126c0 Forgot to save the change diff -r ff597bf2cfb0 -r dd0bd9231fc2 sysoptions.h --- a/sysoptions.h Fri Jan 17 21:39:27 2014 +0800 +++ b/sysoptions.h Fri Jan 17 21:42:32 2014 +0800 @@ -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)