summaryrefslogtreecommitdiffstats
path: root/ttymodes.c
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2016-05-04 16:22:33 +0200
committerDamien Miller <djm@mindrot.org>2016-05-19 09:48:34 +0200
commit0516454151ae722fc8256c3c56115c6baf24c5b0 (patch)
tree77e564e315d3a426051f32d59ba4720b4f2de860 /ttymodes.c
parentinitialise salen in binresvport_sa (diff)
downloadopenssh-0516454151ae722fc8256c3c56115c6baf24c5b0.tar.xz
openssh-0516454151ae722fc8256c3c56115c6baf24c5b0.zip
upstream commit
move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@ Upstream-ID: c2f97502efc761a41b18c17ddf460e138ca7994e
Diffstat (limited to 'ttymodes.c')
-rw-r--r--ttymodes.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ttymodes.c b/ttymodes.c
index 6f51b8a70..db772c39c 100644
--- a/ttymodes.c
+++ b/ttymodes.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ttymodes.c,v 1.29 2008/11/02 00:16:16 stevesk Exp $ */
+/* $OpenBSD: ttymodes.c,v 1.30 2016/05/04 14:22:33 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -54,7 +54,6 @@
#include "packet.h"
#include "log.h"
-#include "ssh1.h"
#include "compat.h"
#include "buffer.h"