upstream: add message number of SSH2_MSG_NEWCOMPRESS defined in RFC8308

OpenBSD-Commit-ID: 6c984171c96ed67effd7b5092f3d3975d55d6028
This commit is contained in:
djm@openbsd.org 2023-08-14 03:37:00 +00:00 committed by Damien Miller
parent fa8da52934
commit d1ab7eb904
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

3
ssh2.h
View File

@ -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 */