diff svr-authpasswd.c @ 68:eee77ac31ccc

cleaning up the pubkey defines
author Matt Johnston <matt@ucc.asn.au>
date Thu, 12 Aug 2004 14:56:22 +0000
parents a48ba599292a
children b0316ce64e4b
line wrap: on
line diff
--- a/svr-authpasswd.c	Thu Aug 12 14:39:17 2004 +0000
+++ b/svr-authpasswd.c	Thu Aug 12 14:56:22 2004 +0000
@@ -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 @@
 
 }
 
-#endif /* DROPBEAR_PASSWORD_AUTH */
+#endif