diff options
author | markus@openbsd.org <markus@openbsd.org> | 2016-05-04 14:22:33 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-05-19 17:48:34 +1000 |
commit | 0516454151ae722fc8256c3c56115c6baf24c5b0 (patch) | |
tree | 77e564e315d3a426051f32d59ba4720b4f2de860 /ttymodes.c | |
parent | 332ff3d770631e7513fea38cf0d3689f673f0e3f (diff) |
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.c | 3 |
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 @@ | |||
1 | /* $OpenBSD: ttymodes.c,v 1.29 2008/11/02 00:16:16 stevesk Exp $ */ | 1 | /* $OpenBSD: ttymodes.c,v 1.30 2016/05/04 14:22:33 markus Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -54,7 +54,6 @@ | |||
54 | 54 | ||
55 | #include "packet.h" | 55 | #include "packet.h" |
56 | #include "log.h" | 56 | #include "log.h" |
57 | #include "ssh1.h" | ||
58 | #include "compat.h" | 57 | #include "compat.h" |
59 | #include "buffer.h" | 58 | #include "buffer.h" |
60 | 59 | ||