]> andersk Git - openssh.git/blobdiff - ssh2.h
- (djm) Convert mandoc manpages to man automatically. Patch from Mark D.
[openssh.git] / ssh2.h
diff --git a/ssh2.h b/ssh2.h
index fe0146cbdb9fac0d3b0e767364d409cb6b5c4893..e45aef275febbb8681de92fc9dc9ed842869e423 100644 (file)
--- a/ssh2.h
+++ b/ssh2.h
@@ -52,7 +52,7 @@
  *
  *     192-255  Local extensions
  */
-/* RCSID("$OpenBSD: ssh2.h,v 1.5 2000/10/11 04:02:17 provos Exp $"); */
+/* RCSID("$OpenBSD: ssh2.h,v 1.6 2001/03/27 17:46:49 provos Exp $"); */
 
 /* transport layer: generic */
 
 #define SSH2_MSG_KEXDH_REPLY                           31
 
 /* dh-group-exchange */
-#define SSH2_MSG_KEX_DH_GEX_REQUEST                    30
+#define SSH2_MSG_KEX_DH_GEX_REQUEST_OLD                        30
 #define SSH2_MSG_KEX_DH_GEX_GROUP                      31
 #define SSH2_MSG_KEX_DH_GEX_INIT                       32
 #define SSH2_MSG_KEX_DH_GEX_REPLY                      33
+#define SSH2_MSG_KEX_DH_GEX_REQUEST                    34
 
 /* user authentication: generic */
 
This page took 0.295032 seconds and 4 git commands to generate.