From 6d40c0f8067713f0a152c132a03964133b40309f Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 29 Jan 2001 09:02:24 +0000 Subject: [PATCH] - (bal) Minor auth2.c resync. Whitespace and moving of an #include. --- ChangeLog | 1 + auth2.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 06a1bb1e1..5ad196efd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,6 +31,7 @@ ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h] $OpenBSD$ + - (bal) Minor auth2.c resync. Whitespace and moving of an #include. 20010126 - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen diff --git a/auth2.c b/auth2.c index 99be9e1ba..cff34c602 100644 --- a/auth2.c +++ b/auth2.c @@ -47,8 +47,8 @@ RCSID("$OpenBSD: auth2.c,v 1.34 2001/01/22 23:06:39 markus Exp $"); #include "session.h" #include "dispatch.h" #include "auth.h" -#include "cipher.h" #include "key.h" +#include "cipher.h" #include "kex.h" #include "pathnames.h" #include "uidswap.h" @@ -203,7 +203,7 @@ input_userauth_request(int type, int plen, void *ctxt) if ((style = strchr(user, ':')) != NULL) *style++ = 0; - if (authctxt->attempt++ == 0) { + if (authctxt->attempt++ == 0) { /* setup auth context */ struct passwd *pw = NULL; setproctitle("%s", user);