diff options
Diffstat (limited to 'svr-authpasswd.c')
-rw-r--r-- | svr-authpasswd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-authpasswd.c b/svr-authpasswd.c index 9852ac6..bdee2aa 100644 --- a/svr-authpasswd.c +++ b/svr-authpasswd.c @@ -31,7 +31,7 @@ #include "auth.h" #include "runopts.h" -#ifdef ENABLE_SVR_PASSWORD_AUTH +#if DROPBEAR_SVR_PASSWORD_AUTH /* not constant time when strings are differing lengths. string content isn't leaked, and crypt hashes are predictable length. */ |