summaryrefslogtreecommitdiffstats
path: root/ssh2.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-29 02:36:16 +0200
committerBen Lindstrom <mouring@eviladmin.org>2001-03-29 02:36:16 +0200
commitdf221391e620776789e40af9a885c7c9cd945bd3 (patch)
tree1639ed6e2923e7bb67cc3ebfc0c1bbae03150298 /ssh2.h
parent - markus@cvs.openbsd.org 2001/03/27 10:57:00 (diff)
downloadopenssh-df221391e620776789e40af9a885c7c9cd945bd3.tar.xz
openssh-df221391e620776789e40af9a885c7c9cd945bd3.zip
- provos@cvs.openbsd.org 2001/03/27 17:46:50
[compat.c compat.h dh.c dh.h ssh2.h sshconnect2.c sshd.c version.h] make dh group exchange more flexible, allow min and max group size, okay markus@, deraadt@
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 @@
*
* 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 */
@@ -74,10 +74,11 @@
#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 */