summaryrefslogtreecommitdiffstats
path: root/auth2.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-29 09:02:24 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-01-29 09:02:24 +0000
commit6d40c0f8067713f0a152c132a03964133b40309f (patch)
tree62b62044c0d02aa33d92a56857e336ab70635ffd /auth2.c
parenta73335004e679a97e4b518aac61032da1ada57e8 (diff)
- (bal) Minor auth2.c resync. Whitespace and moving of an #include.
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth2.c b/auth2.c
index 99be9e1b..cff34c60 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);