Mercurial > dropbear
diff cli-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 | 0ad5fb979f42 |
children | e3adf4cf5465 |
line wrap: on
line diff
--- a/cli-authpasswd.c Thu Aug 12 14:39:17 2004 +0000 +++ b/cli-authpasswd.c Thu Aug 12 14:56:22 2004 +0000 @@ -5,6 +5,7 @@ #include "ssh.h" #include "runopts.h" +#ifdef ENABLE_CLI_PASSWORD_AUTH int cli_auth_password() { char* password = NULL; @@ -35,3 +36,4 @@ return 1; /* Password auth can always be tried */ } +#endif