summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index 686e7c26b..853553592 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.156 2001/01/22 17:22:28 stevesk Exp $"); 43RCSID("$OpenBSD: sshd.c,v 1.157 2001/01/22 23:06:40 markus Exp $");
44 44
45#include <openssl/dh.h> 45#include <openssl/dh.h>
46#include <openssl/bn.h> 46#include <openssl/bn.h>
@@ -1254,7 +1254,7 @@ do_ssh1_kex(void)
1254 if (options.afs_token_passing) 1254 if (options.afs_token_passing)
1255 auth_mask |= 1 << SSH_PASS_AFS_TOKEN; 1255 auth_mask |= 1 << SSH_PASS_AFS_TOKEN;
1256#endif 1256#endif
1257 if (options.skey_authentication == 1) 1257 if (options.challenge_reponse_authentication == 1)
1258 auth_mask |= 1 << SSH_AUTH_TIS; 1258 auth_mask |= 1 << SSH_AUTH_TIS;
1259 if (options.password_authentication) 1259 if (options.password_authentication)
1260 auth_mask |= 1 << SSH_AUTH_PASSWORD; 1260 auth_mask |= 1 << SSH_AUTH_PASSWORD;