From 32a28d0d9cf7c567671366d6ec71df87627e2c49 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 4 May 2016 15:33:40 +0200 Subject: Convert #ifdef to #if, other build changes --- cli-authinteract.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli-authinteract.c') diff --git a/cli-authinteract.c b/cli-authinteract.c index 49d65a7..e1cc9a1 100644 --- a/cli-authinteract.c +++ b/cli-authinteract.c @@ -29,7 +29,7 @@ #include "ssh.h" #include "runopts.h" -#ifdef ENABLE_CLI_INTERACT_AUTH +#if DROPBEAR_CLI_INTERACT_AUTH static char* get_response(char* prompt) { @@ -172,4 +172,4 @@ void cli_auth_interactive() { TRACE(("leave cli_auth_interactive")) } -#endif /* ENABLE_CLI_INTERACT_AUTH */ +#endif /* DROPBEAR_CLI_INTERACT_AUTH */ -- cgit v1.2.3