diff svr-authpasswd.c @ 1295:750ec4ec4cbe

Convert #ifdef to #if, other build changes
author Matt Johnston <matt@ucc.asn.au>
date Wed, 04 May 2016 15:33:40 +0200
parents aaf576b27a10
children 5d2d1021ca00
line wrap: on
line diff
--- a/svr-authpasswd.c	Mon May 02 23:48:16 2016 +0200
+++ b/svr-authpasswd.c	Wed May 04 15:33:40 2016 +0200
@@ -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. */