From 5a5cc34841b972dff2f89054f1fa2ad3fe58381b Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Sat, 15 Jun 2019 23:44:38 -0400 Subject: [PATCH] Use correct #define to disable using environment variable to supply password (not that it matters, since we don't build the db client). --- dropbear/localoptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropbear/localoptions.h b/dropbear/localoptions.h index 214a459..f42ff97 100644 --- a/dropbear/localoptions.h +++ b/dropbear/localoptions.h @@ -199,7 +199,7 @@ much traffic. */ * note that it will be provided for all "hidden" client-interactive * style prompts - if you want something more sophisticated, use * SSH_ASKPASS instead. Comment out this var to remove this functionality.*/ -#define DROPBEAR_PASSWORD_ENV 0 +#define DROPBEAR_USE_PASSWORD_ENV 0 /* Define this (as well as ENABLE_CLI_PASSWORD_AUTH) to allow the use of * a helper program for the ssh client. The helper program should be