From 0516454151ae722fc8256c3c56115c6baf24c5b0 Mon Sep 17 00:00:00 2001 From: "markus@openbsd.org" Date: Wed, 4 May 2016 14:22:33 +0000 Subject: upstream commit move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@ Upstream-ID: c2f97502efc761a41b18c17ddf460e138ca7994e --- auth-krb5.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'auth-krb5.c') 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 @@ -/* $OpenBSD: auth-krb5.c,v 1.21 2016/01/27 06:44:58 djm Exp $ */ +/* $OpenBSD: auth-krb5.c,v 1.22 2016/05/04 14:22:33 markus Exp $ */ /* * Kerberos v5 authentication and ticket-passing routines. * @@ -36,7 +36,6 @@ #include "xmalloc.h" #include "ssh.h" -#include "ssh1.h" #include "packet.h" #include "log.h" #include "buffer.h" -- cgit v1.2.3