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 --- ssh2.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ssh2.h') 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 -- cgit v1.2.1