summaryrefslogtreecommitdiff
path: root/sshconnect1.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect1.c')
-rw-r--r--sshconnect1.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sshconnect1.c b/sshconnect1.c
index 166fdc17f..526d149f4 100644
--- a/sshconnect1.c
+++ b/sshconnect1.c
@@ -1271,4 +1271,9 @@ ssh_userauth1(const char *local_user, const char *server_user, char *host,
1271 send_afs_tokens(); 1271 send_afs_tokens();
1272 } 1272 }
1273#endif /* AFS */ 1273#endif /* AFS */
1274
1275/* give the compiler something to do for success: */
1276#if !defined(KRB5) && !defined(AFS)
1277 ;
1278#endif
1274} 1279}