artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfb3b89
)
add message number of SSH2_MSG_NEWCOMPRESS defined in RFC8308
author
djm
<djm@openbsd.org>
Mon, 14 Aug 2023 03:37:00 +0000
(
03:37
+0000)
committer
djm
<djm@openbsd.org>
Mon, 14 Aug 2023 03:37:00 +0000
(
03:37
+0000)
usr.bin/ssh/ssh2.h
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/ssh2.h
b/usr.bin/ssh/ssh2.h
index
32ddae8
..
288c39f
100644
(file)
--- a/
usr.bin/ssh/ssh2.h
+++ b/
usr.bin/ssh/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 */