summaryrefslogtreecommitdiffhomepage
path: root/cli-authpubkey.c
diff options
context:
space:
mode:
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 */