summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth1.c b/auth1.c
index 9527ba004..1af30e0ec 100644
--- a/auth1.c
+++ b/auth1.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: auth1.c,v 1.44 2002/09/26 11:38:43 markus Exp $"); 13RCSID("$OpenBSD: auth1.c,v 1.45 2002/11/21 23:03:51 deraadt Exp $");
14 14
15#include "xmalloc.h" 15#include "xmalloc.h"
16#include "rsa.h" 16#include "rsa.h"
@@ -150,7 +150,7 @@ do_authloop(Authctxt *authctxt)
150 snprintf(info, sizeof(info), 150 snprintf(info, sizeof(info),
151 " tktuser %.100s", 151 " tktuser %.100s",
152 client_user); 152 client_user);
153 153
154 /* Send response to client */ 154 /* Send response to client */
155 packet_start( 155 packet_start(
156 SSH_SMSG_AUTH_KERBEROS_RESPONSE); 156 SSH_SMSG_AUTH_KERBEROS_RESPONSE);