summaryrefslogtreecommitdiff
path: root/auth-krb5.c
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2016-05-04 14:22:33 +0000
committerDamien Miller <djm@mindrot.org>2016-05-19 17:48:34 +1000
commit0516454151ae722fc8256c3c56115c6baf24c5b0 (patch)
tree77e564e315d3a426051f32d59ba4720b4f2de860 /auth-krb5.c
parent332ff3d770631e7513fea38cf0d3689f673f0e3f (diff)
upstream commit
move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@ Upstream-ID: c2f97502efc761a41b18c17ddf460e138ca7994e
Diffstat (limited to 'auth-krb5.c')
-rw-r--r--auth-krb5.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth-krb5.c b/auth-krb5.c
index d1c5a2f32..a5a81ed2e 100644
--- a/auth-krb5.c
+++ b/auth-krb5.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth-krb5.c,v 1.21 2016/01/27 06:44:58 djm Exp $ */ 1/* $OpenBSD: auth-krb5.c,v 1.22 2016/05/04 14:22:33 markus Exp $ */
2/* 2/*
3 * Kerberos v5 authentication and ticket-passing routines. 3 * Kerberos v5 authentication and ticket-passing routines.
4 * 4 *
@@ -36,7 +36,6 @@
36 36
37#include "xmalloc.h" 37#include "xmalloc.h"
38#include "ssh.h" 38#include "ssh.h"
39#include "ssh1.h"
40#include "packet.h" 39#include "packet.h"
41#include "log.h" 40#include "log.h"
42#include "buffer.h" 41#include "buffer.h"