summaryrefslogtreecommitdiff
path: root/ssh1.h
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 /ssh1.h
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 'ssh1.h')
-rw-r--r--ssh1.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh1.h b/ssh1.h
index 353d93041..6a05c4724 100644
--- a/ssh1.h
+++ b/ssh1.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh1.h,v 1.6 2006/03/25 22:22:43 djm Exp $ */ 1/* $OpenBSD: ssh1.h,v 1.7 2016/05/04 14:22:33 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -22,7 +22,6 @@
22#define SSH_MSG_MIN 1 22#define SSH_MSG_MIN 1
23#define SSH_MSG_MAX 254 23#define SSH_MSG_MAX 254
24/* Message name */ /* msg code */ /* arguments */ 24/* Message name */ /* msg code */ /* arguments */
25#define SSH_MSG_NONE 0 /* no message */
26#define SSH_MSG_DISCONNECT 1 /* cause (string) */ 25#define SSH_MSG_DISCONNECT 1 /* cause (string) */
27#define SSH_SMSG_PUBLIC_KEY 2 /* ck,msk,srvk,hostk */ 26#define SSH_SMSG_PUBLIC_KEY 2 /* ck,msk,srvk,hostk */
28#define SSH_CMSG_SESSION_KEY 3 /* key (BIGNUM) */ 27#define SSH_CMSG_SESSION_KEY 3 /* key (BIGNUM) */