diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-12 14:56:22 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-12 14:56:22 +0000 |
commit | d7575f95f093f774145a3725a7c5a3e253962e7c (patch) | |
tree | 0a38af8d83a513c0f4611b03b5b021d42a1ab00c /cli-authpubkey.c | |
parent | 96a0f77bb4d861d58e1bf36f480d14e8b20afb27 (diff) |
cleaning up the pubkey defines
--HG--
extra : convert_revision : 149ce7a9a9cc5fe670994d6789b40be49895c595
Diffstat (limited to 'cli-authpubkey.c')
-rw-r--r-- | cli-authpubkey.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli-authpubkey.c b/cli-authpubkey.c index 33514ce..7e380e1 100644 --- a/cli-authpubkey.c +++ b/cli-authpubkey.c @@ -6,6 +6,7 @@ #include "runopts.h" #include "auth.h" +#ifdef ENABLE_CLI_PUBKEY_AUTH static void send_msg_userauth_pubkey(sign_key *key, int type, int realsign); /* Called when we receive a SSH_MSG_USERAUTH_FAILURE for a pubkey request. @@ -158,3 +159,4 @@ int cli_auth_pubkey() { return 0; } } +#endif /* Pubkey auth */ |