Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
67:86725004a0ea | 68:eee77ac31ccc |
---|---|
3 #include "dbutil.h" | 3 #include "dbutil.h" |
4 #include "session.h" | 4 #include "session.h" |
5 #include "ssh.h" | 5 #include "ssh.h" |
6 #include "runopts.h" | 6 #include "runopts.h" |
7 | 7 |
8 #ifdef ENABLE_CLI_PASSWORD_AUTH | |
8 int cli_auth_password() { | 9 int cli_auth_password() { |
9 | 10 |
10 char* password = NULL; | 11 char* password = NULL; |
11 TRACE(("enter cli_auth_password")); | 12 TRACE(("enter cli_auth_password")); |
12 | 13 |
33 | 34 |
34 TRACE(("leave cli_auth_password")); | 35 TRACE(("leave cli_auth_password")); |
35 return 1; /* Password auth can always be tried */ | 36 return 1; /* Password auth can always be tried */ |
36 | 37 |
37 } | 38 } |
39 #endif |