summaryrefslogtreecommitdiff
path: root/ssh2.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 /ssh2.h
parent332ff3d770631e7513fea38cf0d3689f673f0e3f (diff)
downloadopenssh-git-0516454151ae722fc8256c3c56115c6baf24c5b0.tar.gz
upstream commit
move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@ Upstream-ID: c2f97502efc761a41b18c17ddf460e138ca7994e
Diffstat (limited to 'ssh2.h')
-rw-r--r--ssh2.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ssh2.h b/ssh2.h
index 5d1918bf..f2e37c96 100644
--- a/ssh2.h
+++ b/ssh2.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh2.h,v 1.17 2016/01/14 16:17:40 markus Exp $ */
+/* $OpenBSD: ssh2.h,v 1.18 2016/05/04 14:22:33 markus Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -55,6 +55,10 @@
* 192-255 Local extensions
*/
+/* special marker for no message */
+
+#define SSH_MSG_NONE 0
+
/* ranges */
#define SSH2_MSG_TRANSPORT_MIN 1