]> andersk Git - openssh.git/blobdiff - ssh2.h
- markus@cvs.openbsd.org 2001/04/11 10:59:01
[openssh.git] / ssh2.h
diff --git a/ssh2.h b/ssh2.h
index 47628ddd4ba27bc19ecfb5dae7a0cf1735e01600..e45aef275febbb8681de92fc9dc9ed842869e423 100644 (file)
--- a/ssh2.h
+++ b/ssh2.h
@@ -52,7 +52,7 @@
  *
  *     192-255  Local extensions
  */
-/* RCSID("$OpenBSD: ssh2.h,v 1.4 2000/09/07 20:27:54 deraadt Exp $"); */
+/* RCSID("$OpenBSD: ssh2.h,v 1.6 2001/03/27 17:46:49 provos Exp $"); */
 
 /* transport layer: generic */
 
 #define SSH2_MSG_KEXDH_INIT                            30
 #define SSH2_MSG_KEXDH_REPLY                           31
 
+/* dh-group-exchange */
+#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 */
 
 #define SSH2_MSG_USERAUTH_REQUEST                      50
This page took 0.089751 seconds and 4 git commands to generate.