cleaning up the pubkey defines

--HG--
extra : convert_revision : 149ce7a9a9cc5fe670994d6789b40be49895c595
This commit is contained in:
Matt Johnston
2004-08-12 14:56:22 +00:00
parent 96a0f77bb4
commit d7575f95f0
16 changed files with 38 additions and 105 deletions

View File

@@ -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 @@ int cli_auth_password() {
return 1; /* Password auth can always be tried */
}
#endif