summaryrefslogtreecommitdiff
path: root/cli-authpubkey.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-08-12 14:56:22 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-08-12 14:56:22 +0000
commit68947125e828799c2ba16e33230b592facbcc716 (patch)
tree0a38af8d83a513c0f4611b03b5b021d42a1ab00c /cli-authpubkey.c
parente826f0fcb881023285719d7c7e5b0745cb1332e3 (diff)
downloaddropbear-68947125e828799c2ba16e33230b592facbcc716.tar.gz
cleaning up the pubkey defines
Diffstat (limited to 'cli-authpubkey.c')
-rw-r--r--cli-authpubkey.c2
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 */