summaryrefslogtreecommitdiff
path: root/auth2-gss.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-11-05 15:07:05 +1100
committerDamien Miller <djm@mindrot.org>2005-11-05 15:07:05 +1100
commit6fd6defbce4c03820b8070b106bfe52bf2bed60a (patch)
treeeb1f1bcbce5ba51e98ad62904f04b2cd419c2d33 /auth2-gss.c
parent20afc24363eb4e88351d66792275ee9d4b1eaaa4 (diff)
- stevesk@cvs.openbsd.org 2005/10/13 22:24:31
[auth2-gss.c gss-genr.c gss-serv.c monitor.c] KNF; ok djm@
Diffstat (limited to 'auth2-gss.c')
-rw-r--r--auth2-gss.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/auth2-gss.c b/auth2-gss.c
index 533649e7e..95844a05e 100644
--- a/auth2-gss.c
+++ b/auth2-gss.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth2-gss.c,v 1.11 2005/10/13 14:03:01 stevesk Exp $ */ 1/* $OpenBSD: auth2-gss.c,v 1.12 2005/10/13 22:24:31 stevesk Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. 4 * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
@@ -48,7 +48,7 @@ static void input_gssapi_errtok(int, u_int32_t, void *);
48 48
49/* 49/*
50 * We only support those mechanisms that we know about (ie ones that we know 50 * We only support those mechanisms that we know about (ie ones that we know
51 * how to check local user kuserok and the like 51 * how to check local user kuserok and the like)
52 */ 52 */
53static int 53static int
54userauth_gssapi(Authctxt *authctxt) 54userauth_gssapi(Authctxt *authctxt)
@@ -104,7 +104,7 @@ userauth_gssapi(Authctxt *authctxt)
104 return (0); 104 return (0);
105 } 105 }
106 106
107 authctxt->methoddata=(void *)ctxt; 107 authctxt->methoddata = (void *)ctxt;
108 108
109 packet_start(SSH2_MSG_USERAUTH_GSSAPI_RESPONSE); 109 packet_start(SSH2_MSG_USERAUTH_GSSAPI_RESPONSE);
110 110