From 8081b0e03399c608dcbe8ebe187e9017886a0c34 Mon Sep 17 00:00:00 2001 From: Matt Johnston <matt@ucc.asn.au> Date: Fri, 17 Jan 2014 21:42:32 +0800 Subject: [PATCH] Forgot to save the change --- sysoptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysoptions.h b/sysoptions.h index 4d9fdc97..3bb8e92d 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) -- GitLab