summaryrefslogtreecommitdiffhomepage
path: root/svr-authpasswd.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-08-12 14:56:22 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-08-12 14:56:22 +0000
commitd7575f95f093f774145a3725a7c5a3e253962e7c (patch)
tree0a38af8d83a513c0f4611b03b5b021d42a1ab00c /svr-authpasswd.c
parent96a0f77bb4d861d58e1bf36f480d14e8b20afb27 (diff)
cleaning up the pubkey defines
--HG-- extra : convert_revision : 149ce7a9a9cc5fe670994d6789b40be49895c595
Diffstat (limited to 'svr-authpasswd.c')
-rw-r--r--svr-authpasswd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/svr-authpasswd.c b/svr-authpasswd.c
index 7249553..7c6c7b7 100644
--- a/svr-authpasswd.c
+++ b/svr-authpasswd.c
@@ -29,9 +29,8 @@
#include "buffer.h"
#include "dbutil.h"
#include "auth.h"
-#include "authpasswd.h"
-#ifdef DROPBEAR_PASSWORD_AUTH
+#ifdef ENABLE_SVR_PASSWORD_AUTH
/* Process a password auth request, sending success or failure messages as
* appropriate */
@@ -105,4 +104,4 @@ void svr_auth_password() {
}
-#endif /* DROPBEAR_PASSWORD_AUTH */
+#endif