summaryrefslogtreecommitdiff
path: root/ssh2.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssh2.h')
-rw-r--r--ssh2.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ssh2.h b/ssh2.h
index fe0146cbd..e45aef275 100644
--- a/ssh2.h
+++ b/ssh2.h
@@ -52,7 +52,7 @@
52 * 52 *
53 * 192-255 Local extensions 53 * 192-255 Local extensions
54 */ 54 */
55/* RCSID("$OpenBSD: ssh2.h,v 1.5 2000/10/11 04:02:17 provos Exp $"); */ 55/* RCSID("$OpenBSD: ssh2.h,v 1.6 2001/03/27 17:46:49 provos Exp $"); */
56 56
57/* transport layer: generic */ 57/* transport layer: generic */
58 58
@@ -74,10 +74,11 @@
74#define SSH2_MSG_KEXDH_REPLY 31 74#define SSH2_MSG_KEXDH_REPLY 31
75 75
76/* dh-group-exchange */ 76/* dh-group-exchange */
77#define SSH2_MSG_KEX_DH_GEX_REQUEST 30 77#define SSH2_MSG_KEX_DH_GEX_REQUEST_OLD 30
78#define SSH2_MSG_KEX_DH_GEX_GROUP 31 78#define SSH2_MSG_KEX_DH_GEX_GROUP 31
79#define SSH2_MSG_KEX_DH_GEX_INIT 32 79#define SSH2_MSG_KEX_DH_GEX_INIT 32
80#define SSH2_MSG_KEX_DH_GEX_REPLY 33 80#define SSH2_MSG_KEX_DH_GEX_REPLY 33
81#define SSH2_MSG_KEX_DH_GEX_REQUEST 34
81 82
82/* user authentication: generic */ 83/* user authentication: generic */
83 84