summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sshd.c b/sshd.c
index 7f9c3ee7f..9eaf312dc 100644
--- a/sshd.c
+++ b/sshd.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: sshd.c,v 1.152 2001/01/18 16:20:22 markus Exp $"); 43RCSID("$OpenBSD: sshd.c,v 1.153 2001/01/19 12:45:27 markus Exp $");
44 44
45#include "xmalloc.h" 45#include "xmalloc.h"
46#include "rsa.h" 46#include "rsa.h"
@@ -1250,10 +1250,8 @@ do_ssh1_kex(void)
1250 if (options.afs_token_passing) 1250 if (options.afs_token_passing)
1251 auth_mask |= 1 << SSH_PASS_AFS_TOKEN; 1251 auth_mask |= 1 << SSH_PASS_AFS_TOKEN;
1252#endif 1252#endif
1253#ifdef SKEY
1254 if (options.skey_authentication == 1) 1253 if (options.skey_authentication == 1)
1255 auth_mask |= 1 << SSH_AUTH_TIS; 1254 auth_mask |= 1 << SSH_AUTH_TIS;
1256#endif
1257 if (options.password_authentication) 1255 if (options.password_authentication)
1258 auth_mask |= 1 << SSH_AUTH_PASSWORD; 1256 auth_mask |= 1 << SSH_AUTH_PASSWORD;
1259 packet_put_int(auth_mask); 1257 packet_put_int(auth_mask);