Mercurial > dropbear
diff cli-authpubkey.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 | 20563735e8b5 |
children | e3adf4cf5465 |
line wrap: on
line diff
--- a/cli-authpubkey.c Thu Aug 12 14:39:17 2004 +0000 +++ b/cli-authpubkey.c Thu Aug 12 14:56:22 2004 +0000 @@ -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 @@ return 0; } } +#endif /* Pubkey auth */