summaryrefslogtreecommitdiffstats
path: root/ssh2.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2023-08-14 05:37:00 +0200
committerDamien Miller <djm@mindrot.org>2023-08-15 02:12:26 +0200
commitd1ab7eb90474df656d5e9935bae6df0bd000d343 (patch)
treee9b62825a1e89e1a3cda9c60aa97e573f4a3c848 /ssh2.h
parentAdd obsd72 and obsd73 test targets. (diff)
downloadopenssh-d1ab7eb90474df656d5e9935bae6df0bd000d343.tar.xz
openssh-d1ab7eb90474df656d5e9935bae6df0bd000d343.zip
upstream: add message number of SSH2_MSG_NEWCOMPRESS defined in RFC8308
OpenBSD-Commit-ID: 6c984171c96ed67effd7b5092f3d3975d55d6028
Diffstat (limited to 'ssh2.h')
-rw-r--r--ssh2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh2.h b/ssh2.h
index 32ddae89b..288c39f69 100644
--- a/ssh2.h
+++ b/ssh2.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh2.h,v 1.19 2020/11/19 23:05:05 dtucker Exp $ */
+/* $OpenBSD: ssh2.h,v 1.20 2023/08/14 03:37:00 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -85,6 +85,7 @@
#define SSH2_MSG_SERVICE_REQUEST 5
#define SSH2_MSG_SERVICE_ACCEPT 6
#define SSH2_MSG_EXT_INFO 7
+#define SSH2_MSG_NEWCOMPRESS 8
/* transport layer: alg negotiation */