From 12aaa04e96be85a684d3f90db46bb62689796a93 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Wed, 24 Jan 2001 21:23:39 +0000 Subject: whitespace sync, cleanup --- auth1.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'auth1.c') diff --git a/auth1.c b/auth1.c index 1dc2284a7..6e9808e5e 100644 --- a/auth1.c +++ b/auth1.c @@ -271,7 +271,7 @@ do_authloop(Authctxt *authctxt) authenticated = 1; } #else /* !USE_PAM && !HAVE_OSF_SIA */ - /* Try authentication with the password. */ + /* Try authentication with the password. */ authenticated = auth_password(pw, password); #endif /* USE_PAM */ @@ -293,7 +293,6 @@ do_authloop(Authctxt *authctxt) } } break; - case SSH_CMSG_AUTH_TIS_RESPONSE: debug("rcvd SSH_CMSG_AUTH_TIS_RESPONSE"); if (options.challenge_reponse_authentication == 1) { @@ -346,7 +345,7 @@ do_authloop(Authctxt *authctxt) if (authenticated) return; - if (authctxt->failures++ > AUTH_FAIL_MAX) { + if (authctxt->failures++ > AUTH_FAIL_MAX) { #ifdef WITH_AIXAUTHENTICATE loginfailed(user,get_canonical_hostname(),"ssh"); #endif /* WITH_AIXAUTHENTICATE */ @@ -422,9 +421,9 @@ do_authentication() #endif /* - * Loop until the user has been authenticated or the connection is - * closed, do_authloop() returns only if authentication is successful - */ + * Loop until the user has been authenticated or the connection is + * closed, do_authloop() returns only if authentication is successful + */ do_authloop(authctxt); /* The user has been authenticated and accepted. */ -- cgit v1.2.3